Information about plays

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

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

{
    "id": 3561343,
    "uri": "https://api.kexp.org/v2/plays/3561343/?format=api",
    "airdate": "2025-10-04T19:54:17-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Hometown",
    "track_id": "d4d78723-b809-39ef-8ae5-b135a92eb500",
    "recording_id": "3abc38ad-099f-4b08-aa25-c378ee3aebe8",
    "artist": "Girl Trouble",
    "artist_ids": [
        "00445c5d-adc5-4fc4-885f-a68dd57a565b"
    ],
    "album": "New American Shame",
    "release_id": "a91bdb3f-31ce-4b49-80bb-a3a353c94a77",
    "release_group_id": "799a5746-e5fb-3807-902d-91e43cca7b0f",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go watch \"My Hometown\":\n\nhttps://www.youtube.com/watch?v=wOrILYGV6dE",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}