Information about plays

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

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

{
    "id": 3621437,
    "uri": "https://api.kexp.org/v2/plays/3621437/?format=api",
    "airdate": "2026-02-23T22:06:18-08:00",
    "show": 66015,
    "show_uri": "https://api.kexp.org/v2/shows/66015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Round and Round",
    "track_id": null,
    "recording_id": null,
    "artist": "Zackey Force Funk & Daniel David",
    "artist_ids": [],
    "album": "Round and Round / Finely",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CQQL"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk-tastic 7\" on L.A. label CQQL Records - https://cqqlrecords.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}