Information about plays

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

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

{
    "id": 3557499,
    "uri": "https://api.kexp.org/v2/plays/3557499/?format=api",
    "airdate": "2025-09-25T08:05:11-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia800204.us.archive.org/0/items/mbid-7a2ed28e-1744-4743-b51d-3e7a07f8aa97/mbid-7a2ed28e-1744-4743-b51d-3e7a07f8aa97-2358715092_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/0/items/mbid-7a2ed28e-1744-4743-b51d-3e7a07f8aa97/mbid-7a2ed28e-1744-4743-b51d-3e7a07f8aa97-2358715092_thumb250.jpg",
    "song": "Grinding Halt",
    "track_id": "87f551b4-1abc-3470-8c53-ee063f3f45b4",
    "recording_id": "b21be0c8-96fb-4b6b-b03e-0380d0d5c927",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Boys Don’t Cry",
    "release_id": "7a2ed28e-1744-4743-b51d-3e7a07f8aa97",
    "release_group_id": "280ccdbb-ba25-3fd6-8e74-9e30d9b96794",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out a live version of this track from The Cure's 40th anniversary concert in 2018.\n\nhttps://www.youtube.com/watch?v=yqmumopZsNs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}