Information about plays

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

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

{
    "id": 3415474,
    "uri": "https://api.kexp.org/v2/plays/3415474/?format=api",
    "airdate": "2024-10-21T08:05:44-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "15 to 20",
    "track_id": "7fb1ec8c-77c7-377e-8948-74db87fdbf5e",
    "recording_id": "ad7aa5a7-bfe4-430b-829f-09df2ce7900a",
    "artist": "The Phenomenal Handclap Band",
    "artist_ids": [
        "37116914-db39-443c-981d-75d6326450f1"
    ],
    "album": "The Phenomenal Handclap Band",
    "release_id": "88a8e1ae-a6be-3747-a802-64953ec1efc2",
    "release_group_id": "106dae92-7d09-4f9d-8840-ccce0bd828cd",
    "labels": [
        "Friendly Fire Recordings"
    ],
    "label_ids": [
        "3f5230fe-64d6-426d-8ff9-28adb331c9ed"
    ],
    "release_date": "2009-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phenomenal Handclap Band are a psychedelic soul band from New York City. Their first full-length record, Phenomenal Handclap Band, was released in 2009 on Friendly Fire Recordings in the US.\n\nhttps://thephenomenalhandclapband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}