Information about plays

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

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

{
    "id": 3500223,
    "uri": "https://api.kexp.org/v2/plays/3500223/?format=api",
    "airdate": "2025-05-12T01:00:00-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/4915d884-99da-4082-a03c-d7d4f248b8e3/16515492660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4915d884-99da-4082-a03c-d7d4f248b8e3/16515492660-250.jpg",
    "song": "Dreamflower",
    "track_id": null,
    "recording_id": "62bafb67-ffc0-4f25-bb29-e6277c4b7906",
    "artist": "Tarika Blue",
    "artist_ids": [
        "2299e992-ceb0-4476-a81e-0e01897c1caa"
    ],
    "album": "Tarika Blue",
    "release_id": null,
    "release_group_id": "5afa563b-700a-40cf-9800-ede582d9481f",
    "labels": [
        "Chiaroscuro Records"
    ],
    "label_ids": [
        "e8c96f2c-3737-40bf-873d-f2f447f56ab6"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crate digger's dream record, one of the more jazzy cuts from this super project featuring jazz guitarist Ryo Kawasaki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}