Information about plays

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

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

{
    "id": 3422205,
    "uri": "https://api.kexp.org/v2/plays/3422205/?format=api",
    "airdate": "2024-11-06T19:38:55-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia601509.us.archive.org/6/items/mbid-e9f26f5d-f94e-4052-abce-0e910e8c78d4/mbid-e9f26f5d-f94e-4052-abce-0e910e8c78d4-16165746803_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/6/items/mbid-e9f26f5d-f94e-4052-abce-0e910e8c78d4/mbid-e9f26f5d-f94e-4052-abce-0e910e8c78d4-16165746803_thumb250.jpg",
    "song": "Sense",
    "track_id": "ff0f8c10-8792-4933-8970-09494dfe1feb",
    "recording_id": "e6898add-e559-49c8-9cde-a142b7a92098",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Paper Mâché Dream Balloon",
    "release_id": "e9f26f5d-f94e-4052-abce-0e910e8c78d4",
    "release_group_id": "47f7aaaf-82ed-40f2-8f98-321b56f6d80d",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2015-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}