Information about plays

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

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

{
    "id": 3583964,
    "uri": "https://api.kexp.org/v2/plays/3583964/?format=api",
    "airdate": "2025-11-28T06:24:01-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Price Tag",
    "track_id": "51f40cd7-51f0-426a-b4f7-9258057f2f01",
    "recording_id": "ef7fdc84-893b-4fe0-8e55-a8c418878c24",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "No Cities to Love",
    "release_id": "44d9c90e-d5c6-49cf-a303-7f43d0fd4df0",
    "release_group_id": "aeacebc7-34fc-44ff-bde9-779e6fde7ade",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-01-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"No Cities to Love\" is Sleater-Kinney's eighth album. Read the review here: https://www.kexp.org/read/2015/1/20/album-review-sleater-kinney-no-cities-to-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}