Information about plays

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

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

{
    "id": 3421640,
    "uri": "https://api.kexp.org/v2/plays/3421640/?format=api",
    "airdate": "2024-11-05T07:53:55-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800903.us.archive.org/31/items/mbid-0d9a74bb-142c-4da1-a95b-9783f62e4eef/mbid-0d9a74bb-142c-4da1-a95b-9783f62e4eef-23138770274_thumb500.jpg",
    "thumbnail_uri": "https://ia600903.us.archive.org/31/items/mbid-0d9a74bb-142c-4da1-a95b-9783f62e4eef/mbid-0d9a74bb-142c-4da1-a95b-9783f62e4eef-23138770274_thumb250.jpg",
    "song": "Lift Every Voice and Sing",
    "track_id": "233dc9e3-1d2e-4053-aea3-0dd9aecf3cd4",
    "recording_id": "cb918a42-75e2-435e-b91d-ba5019973c97",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Homecoming: The Live Album",
    "release_id": "0d9a74bb-142c-4da1-a95b-9783f62e4eef",
    "release_group_id": "a32fb3f5-0c38-47cc-980c-44cc181c52de",
    "labels": [
        "Columbia",
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2019-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}