Information about plays

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

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

{
    "id": 1233037,
    "uri": "https://api.kexp.org/v2/plays/1233037/?format=api",
    "airdate": "2007-05-19T09:17:00-07:00",
    "show": 21599,
    "show_uri": "https://api.kexp.org/v2/shows/21599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514X2GKWT5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514X2GKWT5L._SL75_.jpg",
    "song": "Clean Up the Arena",
    "track_id": "97ac4593-80b7-40bf-8e8a-f5b7411b4e87",
    "recording_id": null,
    "artist": "Jackie Mittoo",
    "artist_ids": [
        "a4b3fb24-a04e-4249-9fa5-5a198ca9d73c"
    ],
    "album": "Champion in the Arena 1976 - 1977",
    "release_id": "6459a822-d223-4bba-88f4-7a97685ffbc7",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}