Information about plays

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

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

{
    "id": 2682732,
    "uri": "https://api.kexp.org/v2/plays/2682732/?format=api",
    "airdate": "2020-01-06T05:55:43-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/b130a093-eaae-472c-bf55-b00a23af2a7d/3776294892-250.jpg",
    "thumbnail_uri": "",
    "song": "Safe From Harm",
    "track_id": "8d13b868-aada-3aae-a31c-bc305528de52",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "b130a093-eaae-472c-bf55-b00a23af2a7d",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}