Information about plays

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

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

{
    "id": 3554009,
    "uri": "https://api.kexp.org/v2/plays/3554009/?format=api",
    "airdate": "2025-09-17T02:15:10-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free as You Want to Be",
    "track_id": "214ba182-61af-4980-9689-05ed7bace8ee",
    "recording_id": "6a385d55-fa33-4379-bcec-edae6383cbaf",
    "artist": "The Pinkos",
    "artist_ids": [
        "f6a5e19a-9ce7-439c-a9f9-af68c75c3096"
    ],
    "album": "The Pinkos",
    "release_id": "8e31420e-29da-4352-acab-282ee0cfa1a1",
    "release_group_id": "996ac989-8c3f-4821-9205-641b4bd49d5e",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "2001-06-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}