Information about plays

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

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

{
    "id": 3543895,
    "uri": "https://api.kexp.org/v2/plays/3543895/?format=api",
    "airdate": "2025-08-23T19:54:44-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia802901.us.archive.org/32/items/mbid-c6130aa2-138a-4bcb-aec4-b712ee2a512e/mbid-c6130aa2-138a-4bcb-aec4-b712ee2a512e-18018799147_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/32/items/mbid-c6130aa2-138a-4bcb-aec4-b712ee2a512e/mbid-c6130aa2-138a-4bcb-aec4-b712ee2a512e-18018799147_thumb250.jpg",
    "song": "Standing in the Back at Your Show",
    "track_id": "415ba97b-d59a-4145-8c6d-8da4280bedbc",
    "recording_id": "db2bdf08-8880-4487-85a8-bc8f98b8c2d0",
    "artist": "Wild Ones",
    "artist_ids": [
        "566ac031-09eb-4e8e-8798-155577515e8c"
    ],
    "album": "Mirror Touch",
    "release_id": "c6130aa2-138a-4bcb-aec4-b712ee2a512e",
    "release_group_id": "a8581bee-caa8-4046-a552-79b58578ccfd",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video from Wild Ones:\n\nhttps://www.youtube.com/watch?v=HTOWCyPGT8Y\n\nhttps://www.topshelfrecords.com/roster/wild-ones",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}