Information about plays

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

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

{
    "id": 3590907,
    "uri": "https://api.kexp.org/v2/plays/3590907/?format=api",
    "airdate": "2025-12-14T05:13:02-08:00",
    "show": 65374,
    "show_uri": "https://api.kexp.org/v2/shows/65374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is the Sea",
    "track_id": "1311604d-fd0b-32c4-879d-6bb10d4dba3c",
    "recording_id": "14ccd89d-104c-4d39-b2ae-bd1adc3e9959",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "d6a33936-e204-3158-8bd5-bf0e75e577d8",
    "release_group_id": "c5f3b58e-9f61-3863-9277-974e3a84a936",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Mike Scott of The Waterboys!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}