Information about plays

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

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

{
    "id": 3500248,
    "uri": "https://api.kexp.org/v2/plays/3500248/?format=api",
    "airdate": "2025-05-12T02:42:40-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0c51edb-0141-43a0-a174-81d4347ebd9f/35486546088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0c51edb-0141-43a0-a174-81d4347ebd9f/35486546088-250.jpg",
    "song": "Spring Is Here",
    "track_id": null,
    "recording_id": "f0484f34-fbc6-4b38-a55a-6c67719ab5db",
    "artist": "Bill Evans Trio",
    "artist_ids": [
        "d0630a08-3b40-4cb4-9f48-7d525262c1f6"
    ],
    "album": "Bill Evans at Town Hall, Volume One",
    "release_id": null,
    "release_group_id": "ab827f05-265b-301c-b5a8-3a44d9e8d527",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}