Information about plays

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

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

{
    "id": 3546870,
    "uri": "https://api.kexp.org/v2/plays/3546870/?format=api",
    "airdate": "2025-08-30T20:40:31-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia800701.us.archive.org/3/items/mbid-1defa060-cec0-449c-af80-fe61510d4176/mbid-1defa060-cec0-449c-af80-fe61510d4176-39969752008_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/3/items/mbid-1defa060-cec0-449c-af80-fe61510d4176/mbid-1defa060-cec0-449c-af80-fe61510d4176-39969752008_thumb250.jpg",
    "song": "Gotta Give It Up",
    "track_id": "1f371165-6d59-46e7-b05d-e8fcc27e9325",
    "recording_id": "424a79a5-9916-405b-9047-3d7d73fa4da2",
    "artist": "Annie J",
    "artist_ids": [
        "e2ebaa07-333d-4104-923c-79d1398015d9"
    ],
    "album": "Gotta Give It Up",
    "release_id": "1defa060-cec0-449c-af80-fe61510d4176",
    "release_group_id": "cd0c0f58-c16f-4e08-acc0-612145029ae5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle based Annie J!!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}