Information about plays

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

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

{
    "id": 2682786,
    "uri": "https://api.kexp.org/v2/plays/2682786/?format=api",
    "airdate": "2020-01-06T09:05:08-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/05adfe85-dd1c-44a0-bda8-a9159e59a30f/15842800531-250.jpg",
    "thumbnail_uri": "",
    "song": "When Doves Cry",
    "track_id": "59328c15-6c04-3d43-9126-576949d9e72d",
    "recording_id": null,
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Purple Rain",
    "release_id": "05adfe85-dd1c-44a0-bda8-a9159e59a30f",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}