Information about plays

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

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

{
    "id": 3630834,
    "uri": "https://api.kexp.org/v2/plays/3630834/?format=api",
    "airdate": "2026-03-19T00:55:39-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-7724fce0-6645-4e2a-9c9e-ef642fbb4a21/mbid-7724fce0-6645-4e2a-9c9e-ef642fbb4a21-15474060312_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-7724fce0-6645-4e2a-9c9e-ef642fbb4a21/mbid-7724fce0-6645-4e2a-9c9e-ef642fbb4a21-15474060312_thumb250.jpg",
    "song": "Universe",
    "track_id": "af1a8b1a-d2cf-323a-be7f-8fbb56820f60",
    "recording_id": "a7f73f9e-6683-46b0-93b4-72f519ba0a6e",
    "artist": "Eric’s Trip",
    "artist_ids": [
        "fe6365d4-74f3-4706-9aea-d061a394722d"
    ],
    "album": "Purple Blue",
    "release_id": "7724fce0-6645-4e2a-9c9e-ef642fbb4a21",
    "release_group_id": "a9753494-2c08-374a-b3f0-e5e558c603c1",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eric's Trip formed in Moncton, New Brunswick in 1990.\n\nhttps://www.subpop.com/artists/erics_trip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}