Information about plays

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

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

{
    "id": 415042,
    "uri": "https://api.kexp.org/v2/plays/415042/?format=api",
    "airdate": "2001-04-13T15:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wD3liYW3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wD3liYW3L._SL75_.jpg",
    "song": "You're Having the Time of My Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Jets to Brazil",
    "artist_ids": [
        "675ec992-a8e4-41f8-b28b-1aad0c8a9ad1"
    ],
    "album": "Four Cornered Night",
    "release_id": "45957772-170f-46ea-827a-f19daf510b2b",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2000-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}