Information about plays

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

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

{
    "id": 3550245,
    "uri": "https://api.kexp.org/v2/plays/3550245/?format=api",
    "airdate": "2025-09-08T01:41:45-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/e38c617a-c182-4f14-aa11-ecc8782ce81b/4583881753-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e38c617a-c182-4f14-aa11-ecc8782ce81b/4583881753-250.jpg",
    "song": "Finger Palace",
    "track_id": null,
    "recording_id": "3ffeaf06-4510-4205-a095-a65702f52c28",
    "artist": "Ron Miles",
    "artist_ids": [
        "b223ab4b-04f7-4b41-96d2-3112802beab2"
    ],
    "album": "My Cruel Heart",
    "release_id": null,
    "release_group_id": "4079005d-82c0-43c1-8db3-7218e95a0ce4",
    "labels": [
        "Gramavision"
    ],
    "label_ids": [
        "ed09e91f-11da-41fe-b4ec-cef81df8daa9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}