Information about plays

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

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

{
    "id": 3544642,
    "uri": "https://api.kexp.org/v2/plays/3544642/?format=api",
    "airdate": "2025-08-25T12:59:15-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia801509.us.archive.org/17/items/mbid-a6d21839-661c-4e80-93be-667e31a5df3a/mbid-a6d21839-661c-4e80-93be-667e31a5df3a-21277386149_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/17/items/mbid-a6d21839-661c-4e80-93be-667e31a5df3a/mbid-a6d21839-661c-4e80-93be-667e31a5df3a-21277386149_thumb250.jpg",
    "song": "Good Arms vs. Bad Arms",
    "track_id": "f804cc52-3281-32c4-97fd-88e48e8648a8",
    "recording_id": "efa957ee-0b13-4238-a66a-dafe39041099",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Midnight Organ Fight",
    "release_id": "8bc361f4-0b80-35c9-8372-bb7c664d8d85",
    "release_group_id": "4bf978f8-0408-37f0-961f-a492bad0159c",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2008-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album artwork for this second release from the Scottish band was created by frontman/songwriter for the group, Scott Hutchison.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}