Information about plays

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

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

{
    "id": 3630604,
    "uri": "https://api.kexp.org/v2/plays/3630604/?format=api",
    "airdate": "2026-03-18T11:23:19-07:00",
    "show": 66214,
    "show_uri": "https://api.kexp.org/v2/shows/66214/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-f1a92640-5916-4465-b377-457ed80d0bed/mbid-f1a92640-5916-4465-b377-457ed80d0bed-38893560668_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-f1a92640-5916-4465-b377-457ed80d0bed/mbid-f1a92640-5916-4465-b377-457ed80d0bed-38893560668_thumb250.jpg",
    "song": "Wanderlust (Ratatat remix)",
    "track_id": "25338e5c-f1ab-3ab6-b981-6e37f00867ed",
    "recording_id": "48560970-3a98-406e-ad56-3e2ce467bf74",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Wanderlust",
    "release_id": "f1a92640-5916-4465-b377-457ed80d0bed",
    "release_group_id": "7cd4b89a-c9b3-3645-9d0d-9ffc04aa2787",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Timbaland produced this Ratatat remix of Björk's \"Wanderlust.\" The original version of the song came out on her Volta (2007) album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}