Information about plays

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

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

{
    "id": 508798,
    "uri": "https://api.kexp.org/v2/plays/508798/?format=api",
    "airdate": "2002-01-19T17:50:00-08:00",
    "show": 8757,
    "show_uri": "https://api.kexp.org/v2/shows/8757/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PmdTcStmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PmdTcStmL._SL75_.jpg",
    "song": "In the Name of Swing",
    "track_id": "856a7ee5-1df6-4390-8310-afcd087aefcb",
    "recording_id": null,
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Bonin' in the Boneyard",
    "release_id": "47d905cc-835a-4f03-be7d-d79908e9ac78",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1990-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}