Information about plays

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

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

{
    "id": 3562853,
    "uri": "https://api.kexp.org/v2/plays/3562853/?format=api",
    "airdate": "2025-10-08T23:45:31-07:00",
    "show": 64783,
    "show_uri": "https://api.kexp.org/v2/shows/64783/?format=api",
    "image_uri": "https://coverartarchive.org/release/70cd8142-f61b-45b4-8f19-2b9fa04a6a55/36584377172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70cd8142-f61b-45b4-8f19-2b9fa04a6a55/36584377172-250.jpg",
    "song": "Tropic Sons",
    "track_id": null,
    "recording_id": "1a49d17c-d04f-4652-ade0-750e42621381",
    "artist": "Abdul Rahim Ibrahim",
    "artist_ids": [
        "ae82b5e0-6a78-4be6-9373-53b081e87bae"
    ],
    "album": "Al Rahman! Cry of the Floridian Tropic Son",
    "release_id": null,
    "release_group_id": "df035f4f-cf78-4754-9801-8f9853d38fe2",
    "labels": [
        "Tablighi Records"
    ],
    "label_ids": [
        "149614ae-7808-4a3b-aa21-0e23ae829e8f"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spread vibes around the world by powering KEXP with a gift now.\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}