Information about plays

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

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

{
    "id": 3572828,
    "uri": "https://api.kexp.org/v2/plays/3572828/?format=api",
    "airdate": "2025-11-01T22:29:46-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strike!",
    "track_id": null,
    "recording_id": null,
    "artist": "Scontro",
    "artist_ids": [],
    "album": "What Else Can I Do?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Razor Records"
    ],
    "label_ids": [
        "139e5724-14d9-4565-a709-d3c20520cd94"
    ],
    "release_date": "2024-07-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from this socially conscious punk rock band from Portland.\n\nhttps://scontro.bandcamp.com/album/what-else-can-i-do\nhttps://www.maximumrocknroll.com/band/scontro/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}