Information about plays

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

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

{
    "id": 2675376,
    "uri": "https://api.kexp.org/v2/plays/2675376/?format=api",
    "airdate": "2019-12-19T13:08:36-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re Gonna Miss Me",
    "track_id": "f37ffd11-86a1-30d6-9599-30dff77b180d",
    "recording_id": null,
    "artist": "13th Floor Elevators",
    "artist_ids": [
        "1964494f-9f1a-41c1-b054-80ef3b95025c"
    ],
    "album": "The Psychadelic Sounds of the 13th Floor Elevators",
    "release_id": "57f20067-0d9b-422d-89e2-7b0ebca7fa01",
    "release_group_id": null,
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 13th Floor Elevators formed in the 1960s in Austin TX. The band's guitarist and vocalist Roky Erickson, a pioneer of the psychedelic rock genre, died on May 31, 2019. https://n.pr/2Q2m4Kr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}