Information about plays

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

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

{
    "id": 3525349,
    "uri": "https://api.kexp.org/v2/plays/3525349/?format=api",
    "airdate": "2025-07-10T23:35:16-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d4a5479-8cdb-4689-95d6-006f50d85dbc/33822188585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d4a5479-8cdb-4689-95d6-006f50d85dbc/33822188585-250.jpg",
    "song": "Plastic",
    "track_id": null,
    "recording_id": "24043961-0bee-4916-af01-e64f8e2594b0",
    "artist": "Oog Bogo",
    "artist_ids": [
        "65c41840-4968-4735-91fa-c513789bfe9d"
    ],
    "album": "Plastic",
    "release_id": null,
    "release_group_id": "246c674b-6952-4268-8b9b-62caa3ac44d1",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}