Information about plays

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

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

{
    "id": 3600090,
    "uri": "https://api.kexp.org/v2/plays/3600090/?format=api",
    "airdate": "2026-01-04T10:00:53-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Light",
    "track_id": "39150663-3017-4c74-bed0-4b5195b23c29",
    "recording_id": "670933af-ac6d-47a4-86a2-822ad84c2b95",
    "artist": "The Altons",
    "artist_ids": [
        "32775e1d-30f3-415a-9062-94fb98599708"
    ],
    "album": "Heartache in Room 14",
    "release_id": "2b7b2f93-00fc-4d05-b461-2ad90c5be772",
    "release_group_id": "86c6e91e-97e6-4f25-83fe-5c139b8a460b",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Southeast LA Latino band said this album was inspired by “all the sounds around our neighborhood, whether it’s a guy washing their car, a girl washing their car and is playing oldies to like their neighbor having a party where they’re playing Cumbias, or your mom at home playing boleros.”\nhttps://thealtons.bandcamp.com/album/heartache-in-room-14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}