Information about plays

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

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

{
    "id": 3417964,
    "uri": "https://api.kexp.org/v2/plays/3417964/?format=api",
    "airdate": "2024-10-27T14:17:02-07:00",
    "show": 61688,
    "show_uri": "https://api.kexp.org/v2/shows/61688/?format=api",
    "image_uri": "https://ia601904.us.archive.org/23/items/mbid-50c273d5-2f92-340a-adc2-178d5adaab63/mbid-50c273d5-2f92-340a-adc2-178d5adaab63-4765243287_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Dracula's Wedding",
    "track_id": "4c0b9e12-5621-46e8-a831-089842fdff6e",
    "recording_id": "ec8f3fe7-bad5-4111-8283-1dc79fa6f904",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": "939eccdb-dae4-4022-bb0e-810fe1700423",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official video/lyric video for \"Dracula's Wedding\" here, enjoy:\nhttps://www.youtube.com/watch?v=ZIFuxVM3wPk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}