Information about plays

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

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

{
    "id": 3582564,
    "uri": "https://api.kexp.org/v2/plays/3582564/?format=api",
    "airdate": "2025-11-25T00:38:03-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e1174f6-328d-40d5-a480-f757c880e753/2541826461-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e1174f6-328d-40d5-a480-f757c880e753/2541826461-250.jpg",
    "song": "Smells Like Content",
    "track_id": null,
    "recording_id": null,
    "artist": "The Books",
    "artist_ids": [
        "1270af14-9c17-4400-8ebb-3f0ac40dcfb0"
    ],
    "album": "Lost and Safe",
    "release_id": null,
    "release_group_id": "e6941022-ecc8-3874-85f3-43c54022fb67",
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2005-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I really should play The Books more)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}