Information about plays

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

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

{
    "id": 3542607,
    "uri": "https://api.kexp.org/v2/plays/3542607/?format=api",
    "airdate": "2025-08-20T20:00:12-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/274ea51b-a634-4098-aa88-5578e1ab0143/5319343528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/274ea51b-a634-4098-aa88-5578e1ab0143/5319343528-250.jpg",
    "song": "Wear Your Hair Like A Weapon",
    "track_id": null,
    "recording_id": "c3e368df-73a8-4f69-8e59-79e1235d0cc6",
    "artist": "Cosmonauts",
    "artist_ids": [
        "8af3d491-20a5-4e70-b81f-fa336d9b09cc"
    ],
    "album": "Persona Non Grata",
    "release_id": null,
    "release_group_id": "0be780cc-a6d0-42c1-bbb5-010a3f68ba55",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2013-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Persona Non Grata translated to 'unwelcome person' is LA-based Cosmonauts' fifth studio album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}