Information about plays

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

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

{
    "id": 3422242,
    "uri": "https://api.kexp.org/v2/plays/3422242/?format=api",
    "airdate": "2024-11-06T22:06:26-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f663ff6-b63f-4501-86ae-40b3cc41448b/16085186464-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f663ff6-b63f-4501-86ae-40b3cc41448b/16085186464-250.jpg",
    "song": "My Baby Just Cares for Me",
    "track_id": null,
    "recording_id": "a2c3d299-167c-47d4-ae4a-2f8b607645c6",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Little Girl Blue",
    "release_id": null,
    "release_group_id": "19ca48c1-af98-3000-bc9a-97ef5fa3e3be",
    "labels": [
        "Bethlehem Records"
    ],
    "label_ids": [
        "bab0d362-fc09-476a-aa33-0fee8efee0fa"
    ],
    "release_date": "1958-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remember to care of yourself too babies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}