Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1233125/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1233125,
    "uri": "https://api.kexp.org/v2/plays/1233125/?format=api",
    "airdate": "2007-05-19T14:42:16-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41K3TWlfDxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41K3TWlfDxL._SL75_.jpg",
    "song": "Weapon of Choice",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Baby 81",
    "release_id": "8c6606c4-c3b5-4e74-a4ce-2f70b8230037",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2007-05-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}