Information about plays

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

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

{
    "id": 3543366,
    "uri": "https://api.kexp.org/v2/plays/3543366/?format=api",
    "airdate": "2025-08-22T17:01:26-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://ia600300.us.archive.org/1/items/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63-13700620668_thumb500.jpg",
    "thumbnail_uri": "https://ia600300.us.archive.org/1/items/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63/mbid-66d21a30-66af-3a0c-9e31-875b429b4b63-13700620668_thumb250.jpg",
    "song": "Sparky's Dream",
    "track_id": "eb8a49a1-1cb2-39d7-9a2f-44474bf1eb0d",
    "recording_id": "f62483e8-9398-4681-b7ef-7e3929fb0651",
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Grand Prix",
    "release_id": "1f3507da-f350-4182-8b4b-d5e1e5c4c144",
    "release_group_id": "d243c547-661f-39fc-9311-3c445886f063",
    "labels": [
        "BMG Australia"
    ],
    "label_ids": [
        "70fc9904-5c40-4c51-9ffe-be766e2c33f9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Gerald Love, the band's bass player, who also performed lead vocals. \" “I remember still living in the council flat with my mum and dad at that time. Four floors up, talking to our New York lawyer on the phone, him wanting to send me a fax, and me saying we didn’t have a fax, him expecting me to go out and buy one. (laughs, gently) He didn’t realise we didn’t have any money.” ~ Raymond McGinley https://goo.gl/T2PN3B",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}