Information about plays

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

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

{
    "id": 3415472,
    "uri": "https://api.kexp.org/v2/plays/3415472/?format=api",
    "airdate": "2024-10-21T07:58:55-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Got the Beat",
    "track_id": "28bd0208-0bec-42ae-a779-70212f2f5aa6",
    "recording_id": "eb4464d7-e91c-4899-82b5-2f3ffa41e58c",
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "bb7a34ce-3fd6-4160-b908-1e5dd6635fdb",
    "release_group_id": "8b64edc9-1a59-3840-8b12-85a4e19cf48a",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Charlotte Caffey, American rock and roll guitarist and songwriter, best known for her work in the Go-Go's! She was born on this day in 1953. \n\nShe wrote \"We Got The Beat,' drawing inspiration from some Motown beats, specifically one that mentioned the name of her group. \n\nCaffey said: \"I thought it would be very clever to do 'Going To A Go-Go.' I thought, Well, let's try working this out as a cover song. Which is really funny when I think about it. I was listening to it a lot one day, and later that night, the song came to me within five minutes.\n\nhttps://www.songfacts.com/facts/the-go-gos/we-got-the-beat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}