Information about plays

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

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

{
    "id": 3534342,
    "uri": "https://api.kexp.org/v2/plays/3534342/?format=api",
    "airdate": "2025-08-01T01:16:48-07:00",
    "show": 64166,
    "show_uri": "https://api.kexp.org/v2/shows/64166/?format=api",
    "image_uri": "https://ia802303.us.archive.org/13/items/mbid-c7785bb9-8114-4a38-9269-60e61f19a2cf/mbid-c7785bb9-8114-4a38-9269-60e61f19a2cf-14774933787_thumb500.jpg",
    "thumbnail_uri": "https://ia802303.us.archive.org/13/items/mbid-c7785bb9-8114-4a38-9269-60e61f19a2cf/mbid-c7785bb9-8114-4a38-9269-60e61f19a2cf-14774933787_thumb250.jpg",
    "song": "Shadow Man",
    "track_id": "a1ef4f8c-7aa1-4eea-aee7-3c317fd652e1",
    "recording_id": "ddc86031-90fd-4388-886e-42ab227697ab",
    "artist": "Noname feat. Saba, Smino & Phoelix",
    "artist_ids": [
        "96800e05-9924-4321-859a-76e0d4750f2f",
        "c9a8ee10-c27e-4b78-90a9-0b5a230e7941",
        "057d211a-fba8-42d7-ad14-41f41d6f762f",
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Telefone",
    "release_id": "c7785bb9-8114-4a38-9269-60e61f19a2cf",
    "release_group_id": "e9b2a5dc-26e2-4bf4-9993-b5ab39dff8af",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}