Information about plays

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

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

{
    "id": 2679801,
    "uri": "https://api.kexp.org/v2/plays/2679801/?format=api",
    "airdate": "2019-12-30T03:28:02-08:00",
    "show": 46256,
    "show_uri": "https://api.kexp.org/v2/shows/46256/?format=api",
    "image_uri": "https://coverartarchive.org/release/584f2904-783e-41c5-92fb-9c7d599e570d/24264774889-250.jpg",
    "thumbnail_uri": "",
    "song": "Blankenship",
    "track_id": "e8aff430-8aee-4176-b93b-b636ec4a46b4",
    "recording_id": null,
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Deceiver",
    "release_id": "584f2904-783e-41c5-92fb-9c7d599e570d",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}