Information about plays

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

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

{
    "id": 3549044,
    "uri": "https://api.kexp.org/v2/plays/3549044/?format=api",
    "airdate": "2025-09-05T01:54:08-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia902901.us.archive.org/20/items/mbid-066e5a46-872f-4aa4-9826-5489a75671ac/mbid-066e5a46-872f-4aa4-9826-5489a75671ac-25834776831_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/20/items/mbid-066e5a46-872f-4aa4-9826-5489a75671ac/mbid-066e5a46-872f-4aa4-9826-5489a75671ac-25834776831_thumb250.jpg",
    "song": "Ego",
    "track_id": "72304f8e-5fd6-4f9a-a7dc-0e8d1c5e605d",
    "recording_id": "524b8b82-6308-4e26-83c9-a24bb46130a7",
    "artist": "Moaning",
    "artist_ids": [
        "d5d4af51-8c20-45ed-9cc4-f8bbbb28289d"
    ],
    "album": "Uneasy Laughter",
    "release_id": "066e5a46-872f-4aa4-9826-5489a75671ac",
    "release_group_id": "5be88c22-464f-4b6a-9f14-945c589a9840",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}