Information about plays

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

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

{
    "id": 2680113,
    "uri": "https://api.kexp.org/v2/plays/2680113/?format=api",
    "airdate": "2019-12-30T22:38:10-08:00",
    "show": 46261,
    "show_uri": "https://api.kexp.org/v2/shows/46261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Imidiwan Winakalin",
    "track_id": "3964794d-dd66-3576-a9c1-b6b120282ae0",
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Aman Iman: Water Is Life",
    "release_id": "22e881e5-a094-3e95-af23-37984c842dd7",
    "release_group_id": null,
    "labels": [
        "Skycap"
    ],
    "label_ids": [
        "37663121-054b-4eab-bac9-9e2beac76b8a"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}