Information about plays

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

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

{
    "id": 3550653,
    "uri": "https://api.kexp.org/v2/plays/3550653/?format=api",
    "airdate": "2025-09-09T00:55:14-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f223f02-896a-478f-ba37-e7ed6500c14e/38489478984-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f223f02-896a-478f-ba37-e7ed6500c14e/38489478984-250.jpg",
    "song": "Tricks",
    "track_id": null,
    "recording_id": null,
    "artist": "Nathan Melja",
    "artist_ids": [
        "72a579d8-f47b-437e-94de-6446f31f18f2"
    ],
    "album": "Djo Sinego",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Parodia"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}