Information about plays

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

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

{
    "id": 3530000,
    "uri": "https://api.kexp.org/v2/plays/3530000/?format=api",
    "airdate": "2025-07-21T17:40:32-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/03b57e95-aba7-4550-99e7-cd131b8334b1/38469929278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03b57e95-aba7-4550-99e7-cd131b8334b1/38469929278-250.jpg",
    "song": "La Mésange",
    "track_id": null,
    "recording_id": "5ab2f2ab-cb81-40e9-a1aa-af6afcceea34",
    "artist": "O'o",
    "artist_ids": [
        "2bd6fa35-66c4-4fb1-976f-98cf423cd1c3"
    ],
    "album": "Le Coffret essentiel",
    "release_id": null,
    "release_group_id": "47497f04-b29b-419f-88f5-6b88ab947292",
    "labels": [
        "Warner Music France"
    ],
    "label_ids": [
        "50c60cf9-cecb-4e30-a6e0-e8b64434627b"
    ],
    "release_date": "2017-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}