Information about plays

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

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

{
    "id": 3584004,
    "uri": "https://api.kexp.org/v2/plays/3584004/?format=api",
    "airdate": "2025-11-28T08:20:59-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stir It Up",
    "track_id": null,
    "recording_id": "fd133f6a-7a1f-407a-8010-856af47603b9",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "Music on the Move",
    "release_id": null,
    "release_group_id": "c7d66504-eaf3-4d28-9836-6511c9ca4295",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Johnny Nash's (\"I Can See Clearly Now\") version of a song composed by Bob Marley in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}