Information about plays

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

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

{
    "id": 435525,
    "uri": "https://api.kexp.org/v2/plays/435525/?format=api",
    "airdate": "2001-06-17T04:50:46-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21279P8REGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21279P8REGL._SL75_.jpg",
    "song": "No Test (feat. Mr. Lif)",
    "track_id": "514413fb-57c7-4002-9d04-dec016b4ae23",
    "recording_id": null,
    "artist": "Masterminds",
    "artist_ids": [
        "5aa6606b-0290-4d3d-b2d2-1331fa5999e7"
    ],
    "album": "The Underground Railroad",
    "release_id": "0fe89127-f090-4e25-ac78-100c0ac5548b",
    "release_group_id": null,
    "labels": [
        "Ground Control Records"
    ],
    "label_ids": [
        "c3976601-7c9e-46f7-9540-1db9d5e747b3"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}