Information about plays

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

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

{
    "id": 3415028,
    "uri": "https://api.kexp.org/v2/plays/3415028/?format=api",
    "airdate": "2024-10-20T09:06:10-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spirits, Angels, or Lies",
    "track_id": null,
    "recording_id": "6ec9ca25-3912-4afb-80be-87aabfd05d03",
    "artist": "Riddy Arman",
    "artist_ids": [
        "5d18166d-1e65-4d8e-81bf-f6fa47fe2cb8"
    ],
    "album": "Riddy Arman",
    "release_id": null,
    "release_group_id": "cc0a78fc-efa6-4ae1-8c00-235493a7885e",
    "labels": [
        "La Honda Records"
    ],
    "label_ids": [
        "d3e57c29-e8f1-4063-a2e6-ba7962560238"
    ],
    "release_date": "2021-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raised in rural Ohio, Arman found her spiritual home and a deeper connection to music when she moved to Western Montana. This song is the true story of her dad dreaming of Johnny Cash - who had died that night -  inviting him to join him on a freight train as he was nearing death as well.\nhttps://www.adventuresinamericana.com/the-music-distillery-blog/music-review-riddy-arman\nhttps://www.riddyarman.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}