Information about plays

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

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

{
    "id": 3412853,
    "uri": "https://api.kexp.org/v2/plays/3412853/?format=api",
    "airdate": "2024-10-15T08:26:01-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blossom Like a Rose",
    "track_id": "43e89547-8be5-4fcb-bfd4-001dc50869e8",
    "recording_id": "974904f6-58d7-4cb7-85d5-3922b5adb61b",
    "artist": "bloococoon",
    "artist_ids": [
        "47fd47ab-28e2-4e56-9af8-72eef9bbcd3e"
    ],
    "album": "Bloococoon",
    "release_id": "6756eb10-04e6-4f32-a059-bc607d81a697",
    "release_group_id": "4852e757-c91f-4d80-937e-ef1431a22ee2",
    "labels": [
        "Little Cloud Records"
    ],
    "label_ids": [
        "52ecd404-1723-49e6-8d44-bf4eeb097267"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Music from Seattlites, Bloococoon featuring Sharim, formerly of Black Nite Crash.\n\nhttps://bloococoon.bandcamp.com/track/blossom-like-a-rose-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}