Information about plays

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

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

{
    "id": 3412442,
    "uri": "https://api.kexp.org/v2/plays/3412442/?format=api",
    "airdate": "2024-10-14T07:32:24-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carol Brown",
    "track_id": "59f8b7db-0486-3163-b6f9-e7524c17d6d9",
    "recording_id": "2f676e8f-8f5e-437d-8898-368e141ef73c",
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "I Told You I Was Freaky",
    "release_id": "8eaad0e2-0905-469c-8b81-2f207e9137a0",
    "release_group_id": "52b90e7f-500c-43f4-a985-16e84207ea59",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\n\nJemaine Clement, one half of the musical comedy duo Flight of the Conchords, is Māori. That's right!\n\nhttp://www.flightoftheconchords.co.nz/\nhttps://flightoftheconchords.bandcamp.com/album/i-told-you-i-was-freaky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}