Information about plays

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

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

{
    "id": 3581740,
    "uri": "https://api.kexp.org/v2/plays/3581740/?format=api",
    "airdate": "2025-11-23T02:25:59-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://ia802902.us.archive.org/12/items/mbid-a6b275f9-8b57-4668-a9cc-d0fe76effcd1/mbid-a6b275f9-8b57-4668-a9cc-d0fe76effcd1-20840907999_thumb500.jpg",
    "thumbnail_uri": "https://ia902902.us.archive.org/12/items/mbid-a6b275f9-8b57-4668-a9cc-d0fe76effcd1/mbid-a6b275f9-8b57-4668-a9cc-d0fe76effcd1-20840907999_thumb250.jpg",
    "song": "Falling in Love Again",
    "track_id": "f6358383-0cdc-4a17-b987-8b84eeefc093",
    "recording_id": "810cb6c1-ff59-4cb7-8a56-e0b5dd2fc16a",
    "artist": "Joyce Manor",
    "artist_ids": [
        "945d3b69-27cd-45fa-b491-52553a63dead"
    ],
    "album": "Never Hungover Again",
    "release_id": "a6b275f9-8b57-4668-a9cc-d0fe76effcd1",
    "release_group_id": "015d5604-ff1d-4d94-91e2-cb253b065767",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2016-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going on tour in 2026, playing in Seattle at The Showbox with Militarie Gun on Tuesday, May 12th & the Fillmore in SF on Fri. May 15th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}