Information about plays

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

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

{
    "id": 415418,
    "uri": "https://api.kexp.org/v2/plays/415418/?format=api",
    "airdate": "2001-04-16T18:15:00-07:00",
    "show": 6932,
    "show_uri": "https://api.kexp.org/v2/shows/6932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nyarai (Be Ashamed)",
    "track_id": null,
    "recording_id": null,
    "artist": "Thomas Mapfumo",
    "artist_ids": [
        "c17caac7-7667-4c8c-b54e-0aac360b37b6"
    ],
    "album": "The Chimerenga Singles 1976-1980",
    "release_id": null,
    "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"
}