Information about plays

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

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

{
    "id": 3548665,
    "uri": "https://api.kexp.org/v2/plays/3548665/?format=api",
    "airdate": "2025-09-04T02:31:03-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/75a7df40-db08-4d2d-a877-4cc329787488/27375103083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75a7df40-db08-4d2d-a877-4cc329787488/27375103083-250.jpg",
    "song": "Saturday Love",
    "track_id": null,
    "recording_id": "73a4b3aa-d41d-4b77-ada4-1934a77be958",
    "artist": "Cherrelle",
    "artist_ids": [
        "2a0b3bf9-0d04-4e49-91f5-9530cbebab55"
    ],
    "album": "High Priority",
    "release_id": null,
    "release_group_id": "1b03d408-45c1-30dc-945c-5ba809c0e08b",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic duet with Alexander O'Neal, produced by Jimmy Jam & Terry Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}