Information about plays

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

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

{
    "id": 380796,
    "uri": "https://api.kexp.org/v2/plays/380796/?format=api",
    "airdate": "2019-09-14T12:58:00-07:00",
    "show": 6338,
    "show_uri": "https://api.kexp.org/v2/shows/6338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama! There's A Spider In My Room",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Tones",
    "artist_ids": [
        "ddcfd686-79f0-4eda-9eb9-4c28591bf87e"
    ],
    "album": "Live at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-06-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The video of The Black Tones LIVE at KEXP session just got posted today! Watch it!!!!! https://www.kexp.org/watch/the-black-tones/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}