Information about plays

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

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

{
    "id": 1360045,
    "uri": "https://api.kexp.org/v2/plays/1360045/?format=api",
    "airdate": "2008-04-09T07:47:25-07:00",
    "show": 23750,
    "show_uri": "https://api.kexp.org/v2/shows/23750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Took You So Long?",
    "track_id": "afcef36f-b12d-43a4-b0bc-ee67826c2e97",
    "recording_id": null,
    "artist": "The Courteeners",
    "artist_ids": [
        "1975afe1-8ad0-4ba0-a4a4-d3acd2ba9d5b"
    ],
    "album": "St. Jude",
    "release_id": "b852d9d2-b1fe-4964-88f2-a565605b1a31",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}