Information about plays

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

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

{
    "id": 3593777,
    "uri": "https://api.kexp.org/v2/plays/3593777/?format=api",
    "airdate": "2025-12-21T02:23:43-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia903209.us.archive.org/5/items/mbid-ba247ca4-44e1-37a3-a394-4a89404d0a42/mbid-ba247ca4-44e1-37a3-a394-4a89404d0a42-9552955513_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/5/items/mbid-ba247ca4-44e1-37a3-a394-4a89404d0a42/mbid-ba247ca4-44e1-37a3-a394-4a89404d0a42-9552955513_thumb250.jpg",
    "song": "Feel the Pain",
    "track_id": "625cacbe-2040-3256-9b05-7f5fb986e0d9",
    "recording_id": "ff9f3e0c-8338-454f-bde4-0e3f7278a9d5",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Without a Sound",
    "release_id": "ba247ca4-44e1-37a3-a394-4a89404d0a42",
    "release_group_id": "193e442d-2d74-3703-b0ef-6c85146c3305",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1994-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Dinosaur Jr. drummer Emmett Jefferson Murphy III, aka Murph!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}