Information about plays

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

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

{
    "id": 2676412,
    "uri": "https://api.kexp.org/v2/plays/2676412/?format=api",
    "airdate": "2019-12-21T16:40:10-08:00",
    "show": 46196,
    "show_uri": "https://api.kexp.org/v2/shows/46196/?format=api",
    "image_uri": "https://coverartarchive.org/release/96315bf8-39c0-4d70-9c00-eb142577dcfb/1485007582-250.jpg",
    "thumbnail_uri": "",
    "song": "Safe From Harm",
    "track_id": "6b45389c-8b13-3ace-af6f-faf026bab54a",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "96315bf8-39c0-4d70-9c00-eb142577dcfb",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack have teamed up with a climate research center to launch a study on the carbon emissions created by the music industry https://pitchfork.com/news/massive-attack-launch-major-study-of-music-industry-carbon-emissions/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}