Information about plays

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

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

{
    "id": 343907,
    "uri": "https://api.kexp.org/v2/plays/343907/?format=api",
    "airdate": "2019-06-20T11:49:30-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cler Achel",
    "track_id": "388e0619-a90c-3064-8ec1-439647b8df2c",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tinariwen played at KEXP in April, 2017: \nhttps://www.youtube.com/watch?v=PItnw3Z7WgY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}