Information about plays

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

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

{
    "id": 3412461,
    "uri": "https://api.kexp.org/v2/plays/3412461/?format=api",
    "airdate": "2024-10-14T08:23:07-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sarbon",
    "track_id": null,
    "recording_id": "8728e99a-a9d9-4489-92a3-3bc9ca15e3f6",
    "artist": "Small Island Big Song feat. Emlyn",
    "artist_ids": [
        "5fe80fd5-9b37-4717-905d-f139b2d26a24",
        "6813820e-b154-442b-a89f-615666d3fc26"
    ],
    "album": "Our Island",
    "release_id": null,
    "release_group_id": "c3ebad36-f639-47dd-8041-f5ba104dec25",
    "labels": [
        "Small Island Big Song"
    ],
    "label_ids": [
        "d801c285-a741-48d5-b992-2195935f3fb2"
    ],
    "release_date": "2022-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Creole and Mauritian\n\nEmlyn is a Creole and Mauritian singer who sings songs focused on her native land’s environment. Airileke is a Papuan freedom fighter, percussionist and composer. Festival of the Living Ocean is a collaborative song, recorded beside the ocean by these two artists for the Small Island, Big Song project.\n\nhttps://www.smallislandbigsong.com/\nhttps://smallislandbigsong1.bandcamp.com/album/our-island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}