Information about plays

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

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

{
    "id": 3413345,
    "uri": "https://api.kexp.org/v2/plays/3413345/?format=api",
    "airdate": "2024-10-16T10:06:12-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crystals",
    "track_id": "b83c34d7-ca5f-45c2-bbb5-83d79ee0eca6",
    "recording_id": "a29861ad-e6c6-41cf-8f46-fff282a9b2a5",
    "artist": "Sea Lemon feat. Benjamin Gibbard",
    "artist_ids": [
        "4799fba1-5a7f-4f0e-b341-90da2838fb5a",
        "02031e5c-f9ab-4b4e-bc08-a61ea11a455d"
    ],
    "album": "Crystals",
    "release_id": "a9df3a47-50eb-4ae3-943a-567f52f9657c",
    "release_group_id": "7540c8f6-4970-4b2b-b477-0496dad4e9be",
    "labels": [
        "Luminelle Recordings"
    ],
    "label_ids": [
        "8d3806fb-d36e-452f-a440-a95a29fb877b"
    ],
    "release_date": "2024-09-09",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "More Ben Gibbard, this time with Sea Lemon! \n\"Ben’s contribution to this song is so exciting for me to say the least; as a huge Death Cab fan growing up, Ben’s songwriting has inspired me since I got interested in songwriting myself.\" (Lew)\nSea Lemon (Natalie Lew) is a Seattle-based deampop solo musician, who was a guest DJ on our \"Midnight in a Perfect World. \nCheck out her mix here: https://sealemonmusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}