Information about plays

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

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

{
    "id": 3583487,
    "uri": "https://api.kexp.org/v2/plays/3583487/?format=api",
    "airdate": "2025-11-27T02:47:00-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Si Nene",
    "track_id": null,
    "recording_id": "0a5fcd77-e17e-49de-92c3-a74bbc17bb44",
    "artist": "Nicolette",
    "artist_ids": [
        "b9313805-5fe0-4f1b-9f5c-9e52565a5a3d"
    ],
    "album": "Now Is Early",
    "release_id": null,
    "release_group_id": "23f1b7b5-c427-3e88-9c9a-4846582c63fe",
    "labels": [
        "Shut Up and Dance Records"
    ],
    "label_ids": [
        "cc0186bd-c17a-4037-bcda-0b05d321c6e8"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the legendary breakbeat hardcore duo Shut Up And Dance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}