Information about plays

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

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

{
    "id": 440396,
    "uri": "https://api.kexp.org/v2/plays/440396/?format=api",
    "airdate": "2001-07-01T09:13:50-07:00",
    "show": 7428,
    "show_uri": "https://api.kexp.org/v2/shows/7428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61OJAAR3P-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61OJAAR3P-L._SL75_.jpg",
    "song": "Suicide Blues",
    "track_id": "2a842691-4dec-485c-9d71-723f38623938",
    "recording_id": null,
    "artist": "Champion Jack Dupree",
    "artist_ids": [
        "5849fa32-0283-4204-9d1b-507cfaf9d4a2"
    ],
    "album": "The Blues of Champion Jack Dupree",
    "release_id": "cd03ff09-19d5-4e5a-ba24-b783f58910e9",
    "release_group_id": null,
    "labels": [
        "Storyville Records"
    ],
    "label_ids": [
        "6a1cf9f8-fbb6-414e-9445-311a35f78d9f"
    ],
    "release_date": "2000-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}