Information about plays

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

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

{
    "id": 3593131,
    "uri": "https://api.kexp.org/v2/plays/3593131/?format=api",
    "airdate": "2025-12-19T15:48:10-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Information Content",
    "track_id": "accdc0dd-3be0-4321-b8f7-fc1b70b3e058",
    "recording_id": "c8587ab1-d507-4e2a-9e18-e0a3288b156b",
    "artist": "Horsegirl",
    "artist_ids": [
        "4424a6e5-5232-4410-b1f0-b8b510d31ffd"
    ],
    "album": "Phonetics On and On",
    "release_id": "a3defc19-b4f2-4939-8530-3033c25b73b3",
    "release_group_id": "a1b1c950-334e-40b5-b819-209ed6c49673",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more Horsegirl here: https://thisishorsegirl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}