Information about plays

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

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

{
    "id": 3421612,
    "uri": "https://api.kexp.org/v2/plays/3421612/?format=api",
    "airdate": "2024-11-05T06:20:16-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia802905.us.archive.org/14/items/mbid-e66ff191-3e85-48bf-9d82-f66e6e995a28/mbid-e66ff191-3e85-48bf-9d82-f66e6e995a28-15473580472_thumb500.jpg",
    "thumbnail_uri": "https://ia802905.us.archive.org/14/items/mbid-e66ff191-3e85-48bf-9d82-f66e6e995a28/mbid-e66ff191-3e85-48bf-9d82-f66e6e995a28-15473580472_thumb250.jpg",
    "song": "I Wish I Knew How It Would Feel to Be Free",
    "track_id": "3d284303-5722-3c58-863c-d063eb460f5a",
    "recording_id": "0829c36c-bf40-404d-bf7e-34b522b8189b",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Silk & Soul",
    "release_id": "e66ff191-3e85-48bf-9d82-f66e6e995a28",
    "release_group_id": "84c5ae6a-c2f6-3f69-bc2c-54a7013bfe67",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Ben in San Pedro, CA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}