Information about plays

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

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

{
    "id": 3421648,
    "uri": "https://api.kexp.org/v2/plays/3421648/?format=api",
    "airdate": "2024-11-05T08:22:13-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia804505.us.archive.org/3/items/mbid-22419cd4-20ad-4fc4-bc4d-b5747562a485/mbid-22419cd4-20ad-4fc4-bc4d-b5747562a485-30194130676_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/3/items/mbid-22419cd4-20ad-4fc4-bc4d-b5747562a485/mbid-22419cd4-20ad-4fc4-bc4d-b5747562a485-30194130676_thumb250.jpg",
    "song": "Put a Woman in Charge",
    "track_id": "cd960911-2e74-4b6a-abf8-a0c2d0503091",
    "recording_id": "efc38631-7447-4c78-9d31-3e011a74bb57",
    "artist": "Keb’ Mo’ feat. Rosanne Cash",
    "artist_ids": [
        "280ddd36-ac7d-4446-8689-a548d6f3458e",
        "5ff6f6eb-31ad-4903-a3c3-4c9283fcde8b"
    ],
    "album": "Oklahoma",
    "release_id": "22419cd4-20ad-4fc4-bc4d-b5747562a485",
    "release_group_id": "eaf71025-e3dc-4865-89e0-41f42cbdc84c",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}