Information about plays

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

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

{
    "id": 3414936,
    "uri": "https://api.kexp.org/v2/plays/3414936/?format=api",
    "airdate": "2024-10-20T03:17:20-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Shame About Ray",
    "track_id": "9b3ce38e-6184-3ada-81be-7395bc7876ea",
    "recording_id": "2bd311af-068b-44d4-9a4f-b044d5e992de",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "It's a Shame About Ray",
    "release_id": "b1cced1d-415a-45bd-b988-9dfef7284f39",
    "release_group_id": "d8cf6f02-a68b-4b73-be3e-746fb5a5adf6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to The Lemonheads' drummer David Ryan! He was the drummer from 1989-1994. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}