Information about plays

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

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

{
    "id": 417202,
    "uri": "https://api.kexp.org/v2/plays/417202/?format=api",
    "airdate": "2001-04-22T17:31:45-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Have All the Good Times Gone?",
    "track_id": "fedf6d0b-e844-4bf0-bad9-27a148de764e",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "BBC Sessions 1964 → 1977 (disc 1)",
    "release_id": "3ca3ac90-d142-457d-9062-257bf24a1fd7",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "2001-03-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}