Information about plays

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

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

{
    "id": 454012,
    "uri": "https://api.kexp.org/v2/plays/454012/?format=api",
    "airdate": "2001-08-09T21:43:38-07:00",
    "show": 7682,
    "show_uri": "https://api.kexp.org/v2/shows/7682/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nalan Pa Dustan And Aref Kasani",
    "track_id": "6f7ab561-9d31-4daf-81be-85a86a951e20",
    "recording_id": null,
    "artist": "The Baluchi Ensemble Of Karachi",
    "artist_ids": [
        "ebd3b6d5-7831-419c-bee7-0a0c95fe33d3"
    ],
    "album": "Love Songs & Trance Hymns",
    "release_id": "917c976f-01a7-4c7f-b78d-e8fc17c456fe",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}