Information about plays

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

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

{
    "id": 3581870,
    "uri": "https://api.kexp.org/v2/plays/3581870/?format=api",
    "airdate": "2025-11-23T10:20:09-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/db959f85-3398-3907-888d-a664bcf045ac/38100379522-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db959f85-3398-3907-888d-a664bcf045ac/38100379522-250.jpg",
    "song": "On the Road Again",
    "track_id": null,
    "recording_id": "6e989f4c-0c51-4ebe-9744-ea0a3144c7d7",
    "artist": "The Lovin’ Spoonful",
    "artist_ids": [
        "abc08d4f-4e3c-4b5a-b1e8-d324cd6a2f92"
    ],
    "album": "Do You Believe in Magic",
    "release_id": null,
    "release_group_id": "faefd9c6-93a1-3ae4-9b95-05587b7aad89",
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [
        "c9a4ea86-7611-4fff-9f4f-41f18be7e14b"
    ],
    "release_date": "1965-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lovin' Spoonful live on The Ed Sullivan Show on March 19th, 1967: https://www.youtube.com/watch?v=b8qZ4qzDICg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}