Information about plays

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

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

{
    "id": 3641249,
    "uri": "https://api.kexp.org/v2/plays/3641249/?format=api",
    "airdate": "2026-04-12T16:11:17-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-b455ea76-387b-4fbe-ae26-8215d6304529/mbid-b455ea76-387b-4fbe-ae26-8215d6304529-37819282387_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-b455ea76-387b-4fbe-ae26-8215d6304529/mbid-b455ea76-387b-4fbe-ae26-8215d6304529-37819282387_thumb250.jpg",
    "song": "I Could Drive You Crazy",
    "track_id": "c3bd0338-cbec-4839-9105-88cd80c629fb",
    "recording_id": "5bdfdf0a-6d81-4086-a046-658f32135e10",
    "artist": "Sierra Ferrell",
    "artist_ids": [
        "4a27848e-ffdc-45d2-bed4-f5d62b85dc3e"
    ],
    "album": "Trail of Flowers",
    "release_id": "b455ea76-387b-4fbe-ae26-8215d6304529",
    "release_group_id": "98f6b89d-6ed7-44fb-8acd-0ac8deca75bd",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}