Information about plays

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

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

{
    "id": 3428188,
    "uri": "https://api.kexp.org/v2/plays/3428188/?format=api",
    "airdate": "2024-11-21T08:18:56-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://coverartarchive.org/release/e668cfbe-461b-4803-8433-498c7efb873e/14782593773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e668cfbe-461b-4803-8433-498c7efb873e/14782593773-250.jpg",
    "song": "Golden Years (single version)",
    "track_id": null,
    "recording_id": "18231e58-3572-4c26-90ba-d626188ac37c",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Golden Years",
    "release_id": null,
    "release_group_id": "9fa0625f-d9e2-4e58-93ef-6002013fe731",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1975-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1975, an absolute classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}