Information about plays

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

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

{
    "id": 3574670,
    "uri": "https://api.kexp.org/v2/plays/3574670/?format=api",
    "airdate": "2025-11-06T09:28:43-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "https://ia801002.us.archive.org/3/items/mbid-6f55f016-2d9b-42d7-83b1-87c540a4b62c/mbid-6f55f016-2d9b-42d7-83b1-87c540a4b62c-12382143378_thumb500.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/3/items/mbid-6f55f016-2d9b-42d7-83b1-87c540a4b62c/mbid-6f55f016-2d9b-42d7-83b1-87c540a4b62c-12382143378_thumb250.jpg",
    "song": "Kim & Jessie (Montag remix)",
    "track_id": "ed89e23f-ef37-4cba-93e8-92aecd0b81a8",
    "recording_id": "7e92a2fe-5ead-462a-8fce-8b773d7f09f3",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays=Youth: Remixes & B-Sides",
    "release_id": "6f55f016-2d9b-42d7-83b1-87c540a4b62c",
    "release_group_id": "56a443b8-c655-4c2e-a6c9-3ff92db87747",
    "labels": [
        "naïve"
    ],
    "label_ids": [
        "3c6b98c7-407e-498e-ab8c-adf891ab0d38"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Canadian artist's remix of M83's 'Kim and Jesse,' which ranked #5 on Pitchfork's list of the top 100 songs of 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}