Information about plays

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

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

{
    "id": 3437422,
    "uri": "https://api.kexp.org/v2/plays/3437422/?format=api",
    "airdate": "2024-12-13T04:02:37-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia804705.us.archive.org/26/items/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62-34583327087_thumb500.jpg",
    "thumbnail_uri": "https://ia904705.us.archive.org/26/items/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62/mbid-6a2ff694-cf6b-4982-b1b8-7be73f843d62-34583327087_thumb250.jpg",
    "song": "Merry Xmas Everbody",
    "track_id": "1dae702e-2044-325e-b81f-2ed19a755aab",
    "recording_id": "afa80fae-5f7d-447a-b972-c0ca048787e8",
    "artist": "Slade",
    "artist_ids": [
        "2e700147-56a3-416b-a95d-381ea42f947f"
    ],
    "album": "Get Yer Boots On: The Best of Slade",
    "release_id": "6a2ff694-cf6b-4982-b1b8-7be73f843d62",
    "release_group_id": "d7b045c7-1dee-3c12-80e0-67ae43ef6b7a",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}