Information about plays

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

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

{
    "id": 3415469,
    "uri": "https://api.kexp.org/v2/plays/3415469/?format=api",
    "airdate": "2024-10-21T07:49:32-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cannonball",
    "track_id": "481c90f7-6d64-3aa3-b6fb-6ec03c024497",
    "recording_id": "6ba36405-522d-47ab-95a8-a2ad6e56efba",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": "7aaf0618-292c-3474-bfbc-d831baf710cf",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was originally titled \"Grunggae,\" a combination of \"grunge\" and \"reggae.\" The name came from Kim Deal thinking the accented riff resembled the accent in reggae.\n--\nMojo magazine asked Kim Deal if she had a sense this song would be a hit. She replied: \"Did we record a song that opened with me saying, 'Check 1-2,' and then loads of vocal feedback from my brother's harmonica mike, and think, 'This is destined for radio?' That was the sort of thing that didn't get you played on the radio then. We thought no one would play it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}