Information about plays

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

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

{
    "id": 3592881,
    "uri": "https://api.kexp.org/v2/plays/3592881/?format=api",
    "airdate": "2025-12-19T01:13:51-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revolution",
    "track_id": "b5d8dccf-9c30-3ee1-a9e8-7a9db113a3b5",
    "recording_id": "e0dc375b-54e4-4786-9034-4c3a6643cd56",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "The Definitive Rarities Collection",
    "release_id": "a6f8a145-7131-4067-90f3-184dd43e92b9",
    "release_group_id": "beb7524f-63f4-42ec-9a8c-5a83dda2975e",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's an important live performance of this song. https://www.youtube.com/watch?v=gFBoKE9H3PA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}