Information about plays

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

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

{
    "id": 1316773,
    "uri": "https://api.kexp.org/v2/plays/1316773/?format=api",
    "airdate": "2007-12-21T06:11:44-08:00",
    "show": 23025,
    "show_uri": "https://api.kexp.org/v2/shows/23025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vugYlfzML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vugYlfzML._SL75_.jpg",
    "song": "I'm Not Sorry",
    "track_id": "796af55b-5e0a-4b4e-8847-afa6d655151c",
    "recording_id": null,
    "artist": "The Pigeon Detectives",
    "artist_ids": [
        "2e04a82f-9118-43b1-a918-bf84f122f7fc"
    ],
    "album": "Wait for Me",
    "release_id": "96ec24ef-5460-4199-b9c4-0b5751684fe1",
    "release_group_id": null,
    "labels": [
        "Dance to the Radio"
    ],
    "label_ids": [
        "6160b3df-55f8-48e6-b982-ea7f3a6be763"
    ],
    "release_date": "2007-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}