Information about plays

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

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

{
    "id": 3656548,
    "uri": "https://api.kexp.org/v2/plays/3656548/?format=api",
    "airdate": "2026-05-18T21:29:47-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/73352a36-d725-4ca8-ba81-ec6546764c7e/39803691194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/73352a36-d725-4ca8-ba81-ec6546764c7e/39803691194-250.jpg",
    "song": "Tú me hiciste creer",
    "track_id": null,
    "recording_id": "ad838e0b-ad9f-4302-98b8-cf58897be6b5",
    "artist": "Dame Area",
    "artist_ids": [
        "aaedfe7d-1f36-4c8c-8ef4-a6087f04ccbf"
    ],
    "album": "Toda la verdad sobre Dame Area",
    "release_id": null,
    "release_group_id": "d59c629d-a5d5-499c-a082-6b27d3d0e1af",
    "labels": [
        "Mannequin"
    ],
    "label_ids": [
        "b747f9dc-f60f-4e81-a8e6-cacc5f9d030d"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spain!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}