Information about plays

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

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

{
    "id": 3521544,
    "uri": "https://api.kexp.org/v2/plays/3521544/?format=api",
    "airdate": "2025-07-02T06:28:35-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia800202.us.archive.org/33/items/mbid-3c647507-546d-4173-9270-e8823e34306b/mbid-3c647507-546d-4173-9270-e8823e34306b-6180435448_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/33/items/mbid-3c647507-546d-4173-9270-e8823e34306b/mbid-3c647507-546d-4173-9270-e8823e34306b-6180435448_thumb250.jpg",
    "song": "Float On",
    "track_id": "6840ddfd-58cb-371e-a705-b71db50d73d2",
    "recording_id": "7707dade-7d19-44db-8192-41b84fa5feb2",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Float On",
    "release_id": "3c647507-546d-4173-9270-e8823e34306b",
    "release_group_id": "235e3a71-3608-3ab8-b00d-a8821f7ef41e",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Aaron!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}