Information about plays

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

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

{
    "id": 3543512,
    "uri": "https://api.kexp.org/v2/plays/3543512/?format=api",
    "airdate": "2025-08-22T23:19:24-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/af4281a4-0e07-4bef-a760-2bbdc00f597d/42038889015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af4281a4-0e07-4bef-a760-2bbdc00f597d/42038889015-250.jpg",
    "song": "Spy Hunter",
    "track_id": null,
    "recording_id": null,
    "artist": "Larry June",
    "artist_ids": [
        "20d49152-11a2-4e55-8251-0d11dc6424fa"
    ],
    "album": "Life Is Beautiful",
    "release_id": null,
    "release_group_id": "1e86c086-21f9-4afb-9e98-c08ad0e874b2",
    "labels": [
        "ALC Records"
    ],
    "label_ids": [
        "d3c4c4f1-19fd-4c47-b810-50d9f44f0876"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}