Information about plays

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

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

{
    "id": 379945,
    "uri": "https://api.kexp.org/v2/plays/379945/?format=api",
    "airdate": "2019-09-12T09:32:53-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/d25693d9-065f-4740-9258-cf00b20a2d6d/3038706994-250.jpg",
    "thumbnail_uri": "",
    "song": "Waiting for the Sun",
    "track_id": "f7b9699c-fe47-3681-b4c8-605c803e3965",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Hollywood Town Hall",
    "release_id": "d25693d9-065f-4740-9258-cf00b20a2d6d",
    "release_group_id": null,
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1992-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a video from the last time The Jayhawks paid KEXP a visit: https://www.youtube.com/watch?v=z0ikWmpY1zI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}