Information about plays

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

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

{
    "id": 3624253,
    "uri": "https://api.kexp.org/v2/plays/3624253/?format=api",
    "airdate": "2026-03-02T03:35:25-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Velocity of Love",
    "track_id": null,
    "recording_id": "8b090037-1011-46a0-bfba-ca8a7e291c30",
    "artist": "Suzanne Ciani",
    "artist_ids": [
        "2ce96399-f6da-439f-af3a-f319ebe2074c"
    ],
    "album": "The Velocity of Love",
    "release_id": null,
    "release_group_id": "49757ce7-23ff-3a90-92af-9c2bdb1e4cb4",
    "labels": [
        "RCA Red Seal"
    ],
    "label_ids": [
        "28ad74dd-19f4-449c-bf9c-266918cefd6a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}