Information about plays

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

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

{
    "id": 3594874,
    "uri": "https://api.kexp.org/v2/plays/3594874/?format=api",
    "airdate": "2025-12-23T11:43:00-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "https://coverartarchive.org/release/281cf8ac-c635-4b0a-afa6-dae8ded1d16e/18899640171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/281cf8ac-c635-4b0a-afa6-dae8ded1d16e/18899640171-250.jpg",
    "song": "More Than a Woman",
    "track_id": null,
    "recording_id": "6fae1b0a-d01b-4ffb-876b-1fb252f065b1",
    "artist": "Tavares",
    "artist_ids": [
        "08b2c88f-6c13-419b-a4f5-182cc3738e49"
    ],
    "album": "Saturday Night Fever: The Original Movie Sound Track",
    "release_id": null,
    "release_group_id": "6e9a06a8-c8bb-3ea9-877a-417e74bb1c2e",
    "labels": [
        "RSO"
    ],
    "label_ids": [],
    "release_date": "1977-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P. Antone \"Chubby\" Tavares",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}