Information about plays

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

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

{
    "id": 3607479,
    "uri": "https://api.kexp.org/v2/plays/3607479/?format=api",
    "airdate": "2026-01-22T03:25:49-08:00",
    "show": 65720,
    "show_uri": "https://api.kexp.org/v2/shows/65720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fantasy' 82",
    "track_id": null,
    "recording_id": null,
    "artist": "Azymuth",
    "artist_ids": [
        "5f86a079-be87-4eb3-8709-afe2498afa37"
    ],
    "album": "Marca Passo",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the 2025 album from legendary Brazilian outfit Azymuth that comes 50 years after the release of their groundbreaking debut album ~ azymuth.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}