Information about plays

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

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

{
    "id": 3413035,
    "uri": "https://api.kexp.org/v2/plays/3413035/?format=api",
    "airdate": "2024-10-15T16:22:44-07:00",
    "show": 61585,
    "show_uri": "https://api.kexp.org/v2/shows/61585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady",
    "track_id": "ffee7eae-939d-4780-89d6-2248ca14eeac",
    "recording_id": "14da46f1-4015-459f-8841-36d695e23215",
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Lady",
    "release_id": "5039783f-6372-4be1-b92a-a1e5dba4a1c4",
    "release_group_id": "e74434c3-aeb6-4fba-ad19-1209e0da1a45",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2023-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Fela Kuti born on this day in 1938!\n\nFela Kuti was a Nigerian multi-instrumentalist, composer, pioneer of the music genre Afrobeat (which combines West African music with American funk and jazz) and human rights activist.\n\nKuti died in 1997 at the age of 58 from AIDs complications. He is known for songs like \"Water No Get Enemy,\" \"Zombie,\" \"Sorrow Tears & Blood\" and \"Let's Start,\" among many amazing recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}