Information about plays

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

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

{
    "id": 357054,
    "uri": "https://api.kexp.org/v2/plays/357054/?format=api",
    "airdate": "2019-07-20T23:36:00-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Underground",
    "track_id": "1be00873-2a2b-31e7-aa72-9d81e4d360ea",
    "recording_id": null,
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Going Underground",
    "release_id": "fc14da41-86a7-3a90-ae0b-1ab3cb0d4206",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}