Information about plays

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

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

{
    "id": 3579979,
    "uri": "https://api.kexp.org/v2/plays/3579979/?format=api",
    "airdate": "2025-11-18T21:17:43-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "https://coverartarchive.org/release/2be1048c-561a-4d20-ba66-11351710d93d/12379796417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2be1048c-561a-4d20-ba66-11351710d93d/12379796417-250.jpg",
    "song": "Eiland",
    "track_id": null,
    "recording_id": "b4b2e76e-f38a-49a9-badd-4e2662a31b7c",
    "artist": "Phenomden",
    "artist_ids": [
        "8b02888d-053d-46da-bef8-4a2b0fd74d11"
    ],
    "album": "Eiland",
    "release_id": null,
    "release_group_id": "bbaa7025-7e70-4a1e-9b06-6f70c516689a",
    "labels": [
        "One Ton Records"
    ],
    "label_ids": [
        "fd1e8c15-575e-4239-8bd6-e53adf856e96"
    ],
    "release_date": "2011-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae out of Adliswil, Switzerland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}