Information about plays

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

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

{
    "id": 3550464,
    "uri": "https://api.kexp.org/v2/plays/3550464/?format=api",
    "airdate": "2025-09-08T13:54:42-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia600907.us.archive.org/15/items/mbid-e8f13961-9d73-40da-87ff-121e7b05ba08/mbid-e8f13961-9d73-40da-87ff-121e7b05ba08-42439339011_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-e8f13961-9d73-40da-87ff-121e7b05ba08/mbid-e8f13961-9d73-40da-87ff-121e7b05ba08-42439339011_thumb250.jpg",
    "song": "Se Segura (The Allergies remix)",
    "track_id": "bb91aead-eb1d-4230-8541-ce8b95fbc4e7",
    "recording_id": "eef0c5f4-4a46-4b78-8d59-8890b08ba9ec",
    "artist": "Laíz & The New Love Experience",
    "artist_ids": [
        "fc5b2e2f-54a4-43c0-96ef-e77f02147068",
        "85d71519-ca9c-4000-9771-3aa218d43545"
    ],
    "album": "Se Segura",
    "release_id": "e8f13961-9d73-40da-87ff-121e7b05ba08",
    "release_group_id": "bd9afbaf-0df4-4828-b1eb-6189e91eb28f",
    "labels": [
        "Agogo Records"
    ],
    "label_ids": [
        "b327e574-982a-4000-9beb-51e0ceae5dda"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}