Information about plays

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

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

{
    "id": 3550485,
    "uri": "https://api.kexp.org/v2/plays/3550485/?format=api",
    "airdate": "2025-09-08T14:55:27-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia600705.us.archive.org/21/items/mbid-8b73d385-fa25-4863-9c5e-bd89c21ec79b/mbid-8b73d385-fa25-4863-9c5e-bd89c21ec79b-42389200558_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/21/items/mbid-8b73d385-fa25-4863-9c5e-bd89c21ec79b/mbid-8b73d385-fa25-4863-9c5e-bd89c21ec79b-42389200558_thumb250.jpg",
    "song": "I’ll Be Your Number One",
    "track_id": "85a26ebe-9d5b-4719-96b8-07d9ff373076",
    "recording_id": "766f5e5a-12ce-457c-a72a-11b4aa18391a",
    "artist": "Natalie Bergman",
    "artist_ids": [
        "611d0773-a7c0-4539-be56-22085cb6ef9d"
    ],
    "album": "My Home Is Not In This World",
    "release_id": "8b73d385-fa25-4863-9c5e-bd89c21ec79b",
    "release_group_id": "28a63781-03ab-443e-98fb-e60ad0159ba3",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalie Bergman's  album My Home Is Not In This World has her brother, Elliot Bergman co-producing and  playing a key role in its production and even contributed to the album by playing the flute, despite having not played the instrument since he was in third grade.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}