Information about plays

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

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

{
    "id": 3547207,
    "uri": "https://api.kexp.org/v2/plays/3547207/?format=api",
    "airdate": "2025-08-31T15:17:15-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cf9d2dc-6d97-4234-a25c-42240f4dab61/1774586486-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6cf9d2dc-6d97-4234-a25c-42240f4dab61/1774586486-250.jpg",
    "song": "1977 Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "1977",
    "release_id": null,
    "release_group_id": "d2d4a938-ceca-43e7-b793-3775bf9e3902",
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2010-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French-born, Chilean vocalist, composer, activist and teacher. https://anatijouxoficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}