Information about plays

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

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

{
    "id": 2680276,
    "uri": "https://api.kexp.org/v2/plays/2680276/?format=api",
    "airdate": "2019-12-31T05:10:58-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4f059bd-881f-4805-bb5f-0ad098558253/12266490407-250.jpg",
    "thumbnail_uri": "",
    "song": "Shag",
    "track_id": "50b71fae-4c00-326f-bf85-8e918fd15c5a",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "This Is a Pinback CD",
    "release_id": "a4f059bd-881f-4805-bb5f-0ad098558253",
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}