Information about plays

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

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

{
    "id": 3547391,
    "uri": "https://api.kexp.org/v2/plays/3547391/?format=api",
    "airdate": "2025-09-01T02:14:29-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fb0a61c-e010-49c9-8070-6a2a9adb9ce1/18920964208-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fb0a61c-e010-49c9-8070-6a2a9adb9ce1/18920964208-250.jpg",
    "song": "No Use Crying",
    "track_id": null,
    "recording_id": "4dd54369-5369-488f-9b76-af4ef2123f34",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Crying Time",
    "release_id": null,
    "release_group_id": "8982e517-0231-3ada-85da-1b3d735b4472",
    "labels": [
        "ABC-Paramount"
    ],
    "label_ids": [
        "ef36d3a8-fcc9-4e50-bb80-27bcfd0bbdad"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}