Information about plays

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

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

{
    "id": 3421539,
    "uri": "https://api.kexp.org/v2/plays/3421539/?format=api",
    "airdate": "2024-11-05T02:40:01-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/1970aa78-5025-4ed1-aa26-5049b230fa85/34100553032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1970aa78-5025-4ed1-aa26-5049b230fa85/34100553032-250.jpg",
    "song": "Contact (Swami Sound's NYC Garage Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Raven",
    "release_id": null,
    "release_group_id": "ac94c394-60af-44dd-be4e-8d8fae38ba74",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2023-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another request going out to Rafael in Arequipa, Peru!\n\nhttps://masterswami.bandcamp.com/track/kelela-contact-swamis-nyc-garage-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}