Information about plays

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

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

{
    "id": 3550456,
    "uri": "https://api.kexp.org/v2/plays/3550456/?format=api",
    "airdate": "2025-09-08T13:27:44-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia800203.us.archive.org/16/items/mbid-3d14b44d-0003-4bb3-ada4-44873ed75e8d/mbid-3d14b44d-0003-4bb3-ada4-44873ed75e8d-38319080355_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-3d14b44d-0003-4bb3-ada4-44873ed75e8d/mbid-3d14b44d-0003-4bb3-ada4-44873ed75e8d-38319080355_thumb250.jpg",
    "song": "Fantasy Movie",
    "track_id": "955980b0-d4db-47a5-bda9-993ecd66d04f",
    "recording_id": "446e9ea1-4ea9-4d90-b964-c9c205ec714e",
    "artist": "Lala Lala & Grapetooth",
    "artist_ids": [
        "7078bc91-db70-4305-b810-5206a380afe9",
        "d8e66d18-35e5-4e00-964f-5e8218e5870b"
    ],
    "album": "Fantasy Movie",
    "release_id": "3d14b44d-0003-4bb3-ada4-44873ed75e8d",
    "release_group_id": "5f5fc1ed-5f99-43c2-b76c-bdbd1280342f",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2020-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}