Information about plays

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

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

{
    "id": 3553997,
    "uri": "https://api.kexp.org/v2/plays/3553997/?format=api",
    "airdate": "2025-09-17T01:29:06-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom's Song",
    "track_id": "ec51be91-38dd-4523-943e-f9d1fb822e50",
    "recording_id": "4f8d0e45-3627-4029-bc08-19085356b657",
    "artist": "Sol featuring Otieno Terry",
    "artist_ids": [
        "e536b30f-8984-427d-9199-47594beaa2b3",
        "d20150e4-64d9-480b-acf4-9abcdf7c3b5e"
    ],
    "album": "Soon Enough",
    "release_id": "5d56514a-3d71-4047-b8b3-2833a27aac36",
    "release_group_id": "7b373c23-0585-48c2-80e1-e2cf8507c191",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}