Information about plays

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

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

{
    "id": 3525865,
    "uri": "https://api.kexp.org/v2/plays/3525865/?format=api",
    "airdate": "2025-07-12T06:48:01-07:00",
    "show": 63990,
    "show_uri": "https://api.kexp.org/v2/shows/63990/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8d1bb7a-cd3f-48f6-88cd-a69a8cc39772/40743591214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8d1bb7a-cd3f-48f6-88cd-a69a8cc39772/40743591214-250.jpg",
    "song": "loser :(",
    "track_id": null,
    "recording_id": "04d98da2-5f5f-4830-859c-0323bdcd9186",
    "artist": "ivri",
    "artist_ids": [
        "d5952849-0b94-4401-ba6f-81559f17f4b9"
    ],
    "album": "loser :(",
    "release_id": null,
    "release_group_id": "a62ca4f0-8ce1-475a-9533-a4290297be1a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}