Information about plays

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

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

{
    "id": 2682868,
    "uri": "https://api.kexp.org/v2/plays/2682868/?format=api",
    "airdate": "2020-01-06T13:46:39-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/698ed14a-3929-4729-bdcc-98958b0302fa/18480378425-250.jpg",
    "thumbnail_uri": "",
    "song": "Tried to Hide",
    "track_id": "f8e2f993-8ca7-4147-9e7c-d4354d75b47f",
    "recording_id": null,
    "artist": "13th Floor Elevators",
    "artist_ids": [
        "1964494f-9f1a-41c1-b054-80ef3b95025c"
    ],
    "album": "7th Heaven: Music of the Spheres, the Complete Singles Collection",
    "release_id": "698ed14a-3929-4729-bdcc-98958b0302fa",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this KEXP article celebrating the life of The 13th Floor's co-founder Roky Erickson here: https://bit.ly/2QQGoPd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}