Information about plays

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

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

{
    "id": 2678506,
    "uri": "https://api.kexp.org/v2/plays/2678506/?format=api",
    "airdate": "2019-12-26T20:05:48-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gates of Steel",
    "track_id": "3c3220cc-642e-3d57-ba7f-f7e87301df57",
    "recording_id": null,
    "artist": "The Junkyard Dogs",
    "artist_ids": [
        "96014b73-6194-4d54-a952-c0dee699f313"
    ],
    "album": "Good Livin' Platter",
    "release_id": "b17f1521-989c-4583-b163-c38fe6958e11",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}