Information about plays

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

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

{
    "id": 3615010,
    "uri": "https://api.kexp.org/v2/plays/3615010/?format=api",
    "airdate": "2026-02-08T21:58:43-08:00",
    "show": 65882,
    "show_uri": "https://api.kexp.org/v2/shows/65882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Galaxy",
    "track_id": null,
    "recording_id": "bb376912-81e5-429e-9fd6-f261e64f16a0",
    "artist": "Rick Wade",
    "artist_ids": [
        "0011f816-f0a8-4603-b82d-6f021d214672"
    ],
    "album": "Another Galaxy EP",
    "release_id": null,
    "release_group_id": "ab3cba4e-7f0c-4bf8-a16a-c0eee55601ba",
    "labels": [
        "Rawax"
    ],
    "label_ids": [
        "5259be1c-14ac-48d1-a349-3a365f7a5483"
    ],
    "release_date": "2020-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}