Information about plays

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

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

{
    "id": 3550622,
    "uri": "https://api.kexp.org/v2/plays/3550622/?format=api",
    "airdate": "2025-09-08T23:16:17-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/eecea632-0a7a-4c60-90ce-aafb63dfbf6a/29344581821-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eecea632-0a7a-4c60-90ce-aafb63dfbf6a/29344581821-250.jpg",
    "song": "Starting Over",
    "track_id": null,
    "recording_id": "2bf72659-9c12-49cd-a7f5-8ea27c2dfdb7",
    "artist": "LSD and the Search for God",
    "artist_ids": [
        "0e24f776-4158-4934-8b78-b4b1edb3ad62"
    ],
    "album": "LSD and the Search for God",
    "release_id": null,
    "release_group_id": "d5a4b729-16ea-3643-a789-f163d6b6ff61",
    "labels": [
        "Mind Expansion"
    ],
    "label_ids": [
        "c6c4818d-791a-40a2-ad7b-2df6df04205e"
    ],
    "release_date": "2007-01-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}