Information about plays

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

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

{
    "id": 3578473,
    "uri": "https://api.kexp.org/v2/plays/3578473/?format=api",
    "airdate": "2025-11-15T12:04:45-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "https://ia601308.us.archive.org/33/items/mbid-844eb096-2b84-4c8f-9922-7f287126b39e/mbid-844eb096-2b84-4c8f-9922-7f287126b39e-12723136519_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/33/items/mbid-844eb096-2b84-4c8f-9922-7f287126b39e/mbid-844eb096-2b84-4c8f-9922-7f287126b39e-12723136519_thumb250.jpg",
    "song": "The Season / Carry Me",
    "track_id": "303b421f-ab4b-4e58-9166-fbc9e185f1d1",
    "recording_id": "daa568c4-09c0-44fc-aee9-bbb444c3bd5a",
    "artist": "Anderson .Paak",
    "artist_ids": [
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Malibu",
    "release_id": "844eb096-2b84-4c8f-9922-7f287126b39e",
    "release_group_id": "4be291f2-4faf-4fe5-b60f-4515e08ada99",
    "labels": [
        "Steel Wool Records"
    ],
    "label_ids": [
        "f6b674ac-8c4f-4d83-b6a7-32a6b97e52a3"
    ],
    "release_date": "2016-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}