Information about plays

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

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

{
    "id": 2678627,
    "uri": "https://api.kexp.org/v2/plays/2678627/?format=api",
    "airdate": "2019-12-27T03:03:04-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/e189befb-7296-4eb4-9109-44357f1b0373/19535300875-250.jpg",
    "thumbnail_uri": "",
    "song": "Blame Myself",
    "track_id": "a204e09b-3852-4865-ae21-a704dd500dc3",
    "recording_id": null,
    "artist": "Guantanamo Baywatch",
    "artist_ids": [
        "b7c655d4-0822-4f14-96dd-4f3160d11b3c"
    ],
    "album": "Desert Center",
    "release_id": "e189befb-7296-4eb4-9109-44357f1b0373",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}