Information about plays

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

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

{
    "id": 518962,
    "uri": "https://api.kexp.org/v2/plays/518962/?format=api",
    "airdate": "2002-02-18T03:49:00-08:00",
    "show": 8956,
    "show_uri": "https://api.kexp.org/v2/shows/8956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P5QS2NP2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P5QS2NP2L._SL75_.jpg",
    "song": "Cool Water",
    "track_id": "666739c1-9290-436e-a0a1-1dd50628019a",
    "recording_id": null,
    "artist": "Sons of the Pioneers",
    "artist_ids": [
        "0bd272c2-2dea-47a2-9c4e-95b3472340d1"
    ],
    "album": "Tumbling Tumbleweeds",
    "release_id": "031b42c4-e7d7-4fba-838e-bf74379e79a1",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}