Information about plays

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

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

{
    "id": 3428349,
    "uri": "https://api.kexp.org/v2/plays/3428349/?format=api",
    "airdate": "2024-11-21T17:48:45-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "STAB MY BACK",
    "track_id": "a09b7396-e30d-433e-8210-116331892ec0",
    "recording_id": "5b276937-d094-4e03-aea3-ae37084b6b4e",
    "artist": "instant crush",
    "artist_ids": [
        "ff590bb5-c4a1-40e2-8310-28b5ffb6a919"
    ],
    "album": "I’M SORRY I DIDN’T BITE MY TONGUE",
    "release_id": "2e532cb2-0315-42fc-8f6a-ee5ed67f118d",
    "release_group_id": "df98472e-4792-4fac-8b4e-410e9a6024e0",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Instant Crush were started as a solo project by 23-year-old lead singer Megan Cannon. https://weareinstantcrush.com/\n\nMegan Cannon, born and raised in Seattle, WA area, began her musical journey from her bedroom. She soon joined forces with fellow musicians Matthew Tran, Keegan Mangahas, and Zoee Mangahas, and together they became instant crush.\n\nhttps://weareinstantcrush.bandcamp.com/album/im-sorry-i-didnt-bite-my-tongue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}