Information about plays

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

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

{
    "id": 3438923,
    "uri": "https://api.kexp.org/v2/plays/3438923/?format=api",
    "airdate": "2024-12-16T17:33:45-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/515f3dbe-68ce-478a-ac35-c506a305bc3c/24737442087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/515f3dbe-68ce-478a-ac35-c506a305bc3c/24737442087-250.jpg",
    "song": "Psycho Jingle Funk",
    "track_id": null,
    "recording_id": "59f8bfc2-b5c6-426b-8594-24054df182bd",
    "artist": "Rithma",
    "artist_ids": [
        "88c7bc11-a2a7-4acc-8bad-cbe3e693b41f"
    ],
    "album": "hOMe for the Holidays",
    "release_id": null,
    "release_group_id": "e1c3a71c-ccb4-368f-b28b-1312562b5e7d",
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2003-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://omrecords.bandcamp.com/album/home-for-the-holidays-bundle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}