Information about plays

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

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

{
    "id": 3523733,
    "uri": "https://api.kexp.org/v2/plays/3523733/?format=api",
    "airdate": "2025-07-07T02:51:39-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a-41055590542_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a-41055590542_thumb250.jpg",
    "song": "Thank You for the Day",
    "track_id": "10a6481b-23e5-46c6-aa4a-f372a0b0c132",
    "recording_id": "547b770a-f157-40d7-89f5-a5777fa54372",
    "artist": "Emma‐Jean Thackray",
    "artist_ids": [
        "9c757ca6-7739-4962-9294-b5a41c653c51"
    ],
    "album": "Weirdo",
    "release_id": "c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a",
    "release_group_id": "2bbcaf71-d56c-46b9-8781-a0a0f55a0e3f",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}