Information about plays

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

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

{
    "id": 3520230,
    "uri": "https://api.kexp.org/v2/plays/3520230/?format=api",
    "airdate": "2025-06-29T02:50:43-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia600204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb250.jpg",
    "song": "Ghost Pressure",
    "track_id": "517e9034-fdee-3635-b12c-be6131efc8fd",
    "recording_id": "10708189-0238-45a6-a71c-5b6661d92bec",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Expo 86",
    "release_id": "fbe76262-e7ff-4723-9e0c-1d554da6c946",
    "release_group_id": "df85759a-3d1b-42c1-8337-46c66d4a50de",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2010!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}