Information about plays

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

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

{
    "id": 3619842,
    "uri": "https://api.kexp.org/v2/plays/3619842/?format=api",
    "airdate": "2026-02-20T08:11:20-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Want to Sing Out, Sing Out",
    "track_id": "548d2e23-78c0-41ca-b401-0e0af9f6c96b",
    "recording_id": "74efb09c-2877-4eee-b47e-0cc35b344c99",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Harold and Maude",
    "release_id": "cf781257-941c-4422-ab10-3d6c01a4aaf7",
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "Island",
        "Cat-O-Log"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "574ff951-0456-49a3-bd44-b2a95addc967"
    ],
    "release_date": "2022-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oh, Harold... That's wonderful. Go and love some more.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}