Information about plays

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

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

{
    "id": 376544,
    "uri": "https://api.kexp.org/v2/plays/376544/?format=api",
    "airdate": "2019-09-04T13:45:44-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shipwrecked",
    "track_id": "341a83f0-b3ec-3bc3-9d59-f243a7343726",
    "recording_id": null,
    "artist": "Sky Cries Mary",
    "artist_ids": [
        "fac20eaa-297c-4d54-a84f-e7c845a7d184"
    ],
    "album": "This Timeless Turning",
    "release_id": "82e2e87a-efdf-4a81-95f4-672c550069f8",
    "release_group_id": null,
    "labels": [
        "World Domination"
    ],
    "label_ids": [
        "020ac1ff-2daf-4937-9022-fdc7782edbd5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "<i>This Timeless Turning</i> is the third album by Seattle psych rock band Sky Cries Mary, which was released in 1994. Early band influences included European Industrial music bands like Einstürzende Neubauten, COIL, Test Department, and 1970’s glam/punk artists like Lou Reed, Iggy Pop, and David Bowie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}