Information about plays

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

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

{
    "id": 2682872,
    "uri": "https://api.kexp.org/v2/plays/2682872/?format=api",
    "airdate": "2020-01-06T14:01:29-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae48f92b-d438-42cb-a368-5371b2e8c2d9/15680157516-250.jpg",
    "thumbnail_uri": "",
    "song": "Star Roving",
    "track_id": "9411cf03-f813-4af8-bd74-e8c897ba242b",
    "recording_id": null,
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Star Roving",
    "release_id": "ae48f92b-d438-42cb-a368-5371b2e8c2d9",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Slowdive performing live in the KEXP studio back in 2017: https://www.youtube.com/watch?v=gwgq-IWtcPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}