Information about plays

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

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

{
    "id": 3588078,
    "uri": "https://api.kexp.org/v2/plays/3588078/?format=api",
    "airdate": "2025-12-07T13:23:28-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song 31",
    "track_id": "4579b1b4-96d8-47d5-ae6e-46e69de11b79",
    "recording_id": "0ac6bb23-871b-439a-a56e-d4f8dfab1066",
    "artist": "Noname featuring Phoelix",
    "artist_ids": [
        "c9a8ee10-c27e-4b78-90a9-0b5a230e7941",
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Song 31",
    "release_id": "c990513d-4bbb-4e36-92e2-d1016a8dc283",
    "release_group_id": "e2c83625-2894-4f2e-a757-ab6782c4dc0f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/noname/song-31-feat-phoelix\nhttps://www.nonamedimension.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}