Information about plays

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

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

{
    "id": 1295499,
    "uri": "https://api.kexp.org/v2/plays/1295499/?format=api",
    "airdate": "2007-10-26T15:10:36-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YRyrZT78L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YRyrZT78L._SL75_.jpg",
    "song": "Soul Power, Parts 1 & 2",
    "track_id": "3ed470fa-be35-4e45-8fdb-f725fc417ea2",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Star Time (disc 3: Soul Brother No. 1)",
    "release_id": "2dea03e9-d0ac-4195-b831-de443c630d3f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}