Information about plays

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

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

{
    "id": 2676073,
    "uri": "https://api.kexp.org/v2/plays/2676073/?format=api",
    "airdate": "2019-12-20T20:08:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10 A.M. Automatic",
    "track_id": "bbc44a77-3e3f-45cc-87fc-7c18f055fa44",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Rubber Factory",
    "release_id": "4a5af121-dd4d-432e-848e-02a26afdde13",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lyrics: \"What about the night makes you change, oh from sweet to deranged.\" https://theblackkeys.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}