Information about plays

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

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

{
    "id": 497098,
    "uri": "https://api.kexp.org/v2/plays/497098/?format=api",
    "airdate": "2001-12-15T15:55:00-08:00",
    "show": 8527,
    "show_uri": "https://api.kexp.org/v2/shows/8527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nomacala",
    "track_id": "70101fa7-b681-421a-a9d8-7960ed83c615",
    "recording_id": null,
    "artist": "Mahlathini and The Mahotella Queens",
    "artist_ids": [
        "7a63191f-6d03-4b91-ae21-86dac044bec8"
    ],
    "album": "King of the Groaners",
    "release_id": "2a0e626e-4fae-4c49-beda-567741e0900c",
    "release_group_id": null,
    "labels": [
        "Earthworks"
    ],
    "label_ids": [
        "325a0b7f-8f6f-4bc2-b12b-0360bf3871c0"
    ],
    "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"
}