Information about plays

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

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

{
    "id": 3625792,
    "uri": "https://api.kexp.org/v2/plays/3625792/?format=api",
    "airdate": "2026-03-06T00:05:28-08:00",
    "show": 66102,
    "show_uri": "https://api.kexp.org/v2/shows/66102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ooo La La La",
    "track_id": null,
    "recording_id": "34f5ba63-a678-41c6-ac4d-2a7da1ffc87b",
    "artist": "Teena Marie",
    "artist_ids": [
        "98cb2d05-0b47-4bc6-b345-792eecbe8449"
    ],
    "album": "Slow Jams of the 80’s, Volume 1",
    "release_id": null,
    "release_group_id": "719434fb-0d32-3224-85dd-3711d4de423e",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}