Information about plays

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

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

{
    "id": 3438269,
    "uri": "https://api.kexp.org/v2/plays/3438269/?format=api",
    "airdate": "2024-12-15T03:42:49-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://ia902203.us.archive.org/33/items/mbid-05f503cd-46e7-4eb4-b197-b7de38d20e58/mbid-05f503cd-46e7-4eb4-b197-b7de38d20e58-38843107965_thumb500.jpg",
    "thumbnail_uri": "https://ia902203.us.archive.org/33/items/mbid-05f503cd-46e7-4eb4-b197-b7de38d20e58/mbid-05f503cd-46e7-4eb4-b197-b7de38d20e58-38843107965_thumb250.jpg",
    "song": "In Between/Another Winter",
    "track_id": "3e169096-a890-447d-82d6-50a5430c9402",
    "recording_id": "925a259c-896f-4695-a32a-bd20f2b39de8",
    "artist": "Apples with Moya",
    "artist_ids": [
        "c5836f0d-fc93-4adc-9637-b67218f60925"
    ],
    "album": "A Heave of Lightness on the Ground",
    "release_id": "05f503cd-46e7-4eb4-b197-b7de38d20e58",
    "release_group_id": "5202f94a-f47e-48c0-a2a7-bb623372f351",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Seattle rock for softies.\"\nAnd boy, am I a softy for this album.\nhttps://appleswithmoya.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}