Information about plays

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

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

{
    "id": 3572840,
    "uri": "https://api.kexp.org/v2/plays/3572840/?format=api",
    "airdate": "2025-11-01T22:58:52-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nej För Fan",
    "track_id": null,
    "recording_id": "d3ff6fbb-a851-479b-bc62-deed95a56f9a",
    "artist": "Skamfläck",
    "artist_ids": [
        "1ae02347-4c4a-461b-a8a9-605fcadaf4dd"
    ],
    "album": "Synka Alla Klockor För Midnatt",
    "release_id": null,
    "release_group_id": "d2aae1a1-ee71-4895-b0a3-6471a0d3e749",
    "labels": [
        "Prank"
    ],
    "label_ids": [
        "c059b932-3525-4b01-88ce-a54155345ca6"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Sweden and featuring members of AGONI,  SVART SNÖ,  ACURSED, MASS ARREST, and SUNDAY MORNING EINESTEINS.\n\nhttps://synkaallaklockor.bandcamp.com/album/skamfl-ck-synka-alla-klockor-f-r-midnatt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}