Information about plays

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

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

{
    "id": 420498,
    "uri": "https://api.kexp.org/v2/plays/420498/?format=api",
    "airdate": "2001-05-02T15:21:00-07:00",
    "show": 7036,
    "show_uri": "https://api.kexp.org/v2/shows/7036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Turn Off the Living Room Lights",
    "track_id": "cf853a6f-c8bc-4ad1-aa6c-25308d88e846",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "BBC Sessions 1964 → 1977 (disc 2)",
    "release_id": "3e5d0543-0bcf-47d2-a54b-67a866e47c3e",
    "release_group_id": null,
    "labels": [
        "BBC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}