Information about plays

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

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

{
    "id": 3545153,
    "uri": "https://api.kexp.org/v2/plays/3545153/?format=api",
    "airdate": "2025-08-26T17:38:16-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://coverartarchive.org/release/526d8248-6de4-4420-ba41-8cbc207846e0/41394466569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/526d8248-6de4-4420-ba41-8cbc207846e0/41394466569-250.jpg",
    "song": "Teach Me How To Love",
    "track_id": null,
    "recording_id": "d7404af0-f8a8-4482-9e95-737b07fde117",
    "artist": "galdive",
    "artist_ids": [
        "00cf07d5-8aa3-4adb-90b2-48323f572dc2"
    ],
    "album": "Teach Me How To Love",
    "release_id": null,
    "release_group_id": "c1cb54a5-1220-46eb-9bd5-17452941556c",
    "labels": [
        "Galdive"
    ],
    "label_ids": [
        "3417ce83-5254-41e4-89f7-2d01096043b0"
    ],
    "release_date": "2025-03-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Galdive is an Indonesian R&B duo - this is from their newest album\nhttps://www.galdive.me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}