Information about plays

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

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

{
    "id": 3428564,
    "uri": "https://api.kexp.org/v2/plays/3428564/?format=api",
    "airdate": "2024-11-22T07:19:28-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia800908.us.archive.org/16/items/mbid-109d52b0-d007-47ff-bef9-658e93fda65d/mbid-109d52b0-d007-47ff-bef9-658e93fda65d-5814101251_thumb500.jpg",
    "thumbnail_uri": "https://ia800908.us.archive.org/16/items/mbid-109d52b0-d007-47ff-bef9-658e93fda65d/mbid-109d52b0-d007-47ff-bef9-658e93fda65d-5814101251_thumb250.jpg",
    "song": "Dry the Rain",
    "track_id": "ae0355fd-d6bf-38f4-8a6b-30d2dec1d346",
    "recording_id": "7f93c6dc-c9ae-4a1b-b75e-fc55438ca05b",
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Three E.P.’s",
    "release_id": "109d52b0-d007-47ff-bef9-658e93fda65d",
    "release_group_id": "88989a20-84a0-34fe-b1e4-9e8fcc1e733f",
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "1998-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I will now sell five copies of The Three E.P.'s by The Beta Band.\" --Rob in \"High Fidelity\": https://www.youtube.com/watch?v=I_OMT9lOZo4\n---\n\"If there's something inside that you wanna say\nSay it out loud, it'll be okay\nI will be your light...\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}