Information about plays

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

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

{
    "id": 419848,
    "uri": "https://api.kexp.org/v2/plays/419848/?format=api",
    "airdate": "2001-04-30T20:06:00-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sebenzubuye (Work and Come Back)",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Brothers",
    "artist_ids": [
        "018268c2-5fcf-42f7-a3f8-289eeb48d8fa"
    ],
    "album": "Jive Soweto-The Indestructable Beat of Soweto-Vol.",
    "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"
}