Information about plays

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

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

{
    "id": 3419034,
    "uri": "https://api.kexp.org/v2/plays/3419034/?format=api",
    "airdate": "2024-10-29T22:57:22-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8a51a54-3087-4692-bc57-6869c0a2b8c4/14816962373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8a51a54-3087-4692-bc57-6869c0a2b8c4/14816962373-250.jpg",
    "song": "Vesper Star",
    "track_id": null,
    "recording_id": "8dd3881a-b2b6-49be-b1d5-4759d1040d2e",
    "artist": "Beats Antique feat. Alam Khan",
    "artist_ids": [
        "5eb38f71-96c3-48a3-9b69-2995cfb74982",
        "da267367-19d0-4d05-ac94-5fc6f7207116"
    ],
    "album": "Shadowbox",
    "release_id": null,
    "release_group_id": "1f0da27a-c519-4ba7-9578-8d8bc4f4b98a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration. http://beatsantique.com/\nhttps://alamkhan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}