Information about plays

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

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

{
    "id": 2679622,
    "uri": "https://api.kexp.org/v2/plays/2679622/?format=api",
    "airdate": "2019-12-29T15:07:46-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "https://coverartarchive.org/release/98bdd77a-de89-36dd-8e91-9a3e7d232ad4/10297660001-250.jpg",
    "thumbnail_uri": "",
    "song": "Moments in Love",
    "track_id": "0d62f512-4393-3491-8d18-97f4cb2a90ba",
    "recording_id": null,
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "(Who's Afraid Of?) The Art of Noise!",
    "release_id": "98bdd77a-de89-36dd-8e91-9a3e7d232ad4",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}