Information about plays

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

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

{
    "id": 2678634,
    "uri": "https://api.kexp.org/v2/plays/2678634/?format=api",
    "airdate": "2019-12-27T03:29:31-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd241cae-e4e6-403c-942e-f5a7b2e4cb33/13797618859-250.jpg",
    "thumbnail_uri": "",
    "song": "The Battle",
    "track_id": "8af7dbe4-c2e3-44aa-bad8-0c837b281af2",
    "recording_id": null,
    "artist": "Weval",
    "artist_ids": [
        "cda72260-9583-4fc5-95a2-ce5de94d7c99"
    ],
    "album": "Weval",
    "release_id": "bd241cae-e4e6-403c-942e-f5a7b2e4cb33",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2016-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}