Information about plays

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

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

{
    "id": 3523407,
    "uri": "https://api.kexp.org/v2/plays/3523407/?format=api",
    "airdate": "2025-07-06T09:58:13-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://coverartarchive.org/release/e282723a-8fff-45da-84ff-9cc88a3e158f/27790997566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e282723a-8fff-45da-84ff-9cc88a3e158f/27790997566-250.jpg",
    "song": "Beam Me Up",
    "track_id": null,
    "recording_id": "bb4e5e48-3589-43fd-bbbc-aced17dbaddb",
    "artist": "Gloria",
    "artist_ids": [
        "f70e5760-0e8f-4fa8-8ff5-0965151038d8"
    ],
    "album": "In Excelsis Stereo",
    "release_id": null,
    "release_group_id": "52327eab-88f5-4ebc-ab79-f0118e8f8570",
    "labels": [
        "Howlin Banana Records"
    ],
    "label_ids": [
        "c8cd10eb-980f-425f-8862-c4fafb754664"
    ],
    "release_date": "2016-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gloria are a French psych rock band.\n\nThis track is from their debut album 'In Excelsis Stereo'.\n\nhttps://howlinbananarecords.bandcamp.com/album/gloria-in-excelsis-stereo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}