Information about plays

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

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

{
    "id": 3414635,
    "uri": "https://api.kexp.org/v2/plays/3414635/?format=api",
    "airdate": "2024-10-19T10:12:54-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outside",
    "track_id": null,
    "recording_id": "170f4663-a054-4621-8c69-0e7a9af219a5",
    "artist": "Samory I ft. Lila Iké",
    "artist_ids": [
        "0b2bcb09-474c-4c81-a7b7-28c210ddda07",
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Strength",
    "release_id": null,
    "release_group_id": "5c61fd42-c46e-4a2a-bfb2-640b4bf2550d",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Strength\" is Samory I's solo debut album.\n\nSamory I says, \"The album is called Strength. It represents the struggles I've overcome, both mentally and physically, and is also a representation of my son, who is my driving force behind this album.\"\n\nhttps://samoryi.bandcamp.com/album/strength",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}