Information about plays

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

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

{
    "id": 2677011,
    "uri": "https://api.kexp.org/v2/plays/2677011/?format=api",
    "airdate": "2019-12-23T04:43:56-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "https://coverartarchive.org/release/83b54bfe-7c10-46a1-b2f3-d15e370d06db/7917570571-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy Christmas",
    "track_id": "8d5c74aa-770e-44dc-a99b-6eb3479f8bba",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "Natty and Nice: A Reggae Christmas",
    "release_id": "83b54bfe-7c10-46a1-b2f3-d15e370d06db",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}