Information about plays

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

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

{
    "id": 414829,
    "uri": "https://api.kexp.org/v2/plays/414829/?format=api",
    "airdate": "2001-04-12T18:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MMR7FMGPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MMR7FMGPL._SL75_.jpg",
    "song": "Ring of Fire",
    "track_id": "47e4d73c-2ff4-441a-a6c2-b4b1603b4954",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Essential Johnny Cash (disc 1)",
    "release_id": "0241b6df-ae0b-44ed-a33d-fe77b815c104",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}