Information about plays

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

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

{
    "id": 3627854,
    "uri": "https://api.kexp.org/v2/plays/3627854/?format=api",
    "airdate": "2026-03-11T20:54:22-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee-38530092952_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee/mbid-be3e3f45-2963-46b2-807b-21c2e947eeee-38530092952_thumb250.jpg",
    "song": "Mind Mischief",
    "track_id": "4536ab95-a439-30b6-8e7d-e196440d5c26",
    "recording_id": "a282bde7-10fb-4ef4-983d-067a9ae8be4a",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Lonerism",
    "release_id": "be3e3f45-2963-46b2-807b-21c2e947eeee",
    "release_group_id": "b0864c80-2726-4761-bf66-a97610162a2c",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2012-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Parker wrote this song, is the sole vocalist, and played all the instruments himself.\n\nWatch a live performance of the full album at Desert Daze, 10/1/22: https://www.youtube.com/watch?v=OWZsLHbCwS0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}