Information about plays

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

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

{
    "id": 2680693,
    "uri": "https://api.kexp.org/v2/plays/2680693/?format=api",
    "airdate": "2020-01-01T06:00:41-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/e602a3ae-fe8f-4abd-8638-f055517bacb2/7038334221-250.jpg",
    "thumbnail_uri": "",
    "song": "The New Year",
    "track_id": "d65135d9-d917-3c04-9a3e-1a9f3f75dbdf",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Transatlanticism",
    "release_id": "e602a3ae-fe8f-4abd-8638-f055517bacb2",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-10-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}