Information about plays

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

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

{
    "id": 3417139,
    "uri": "https://api.kexp.org/v2/plays/3417139/?format=api",
    "airdate": "2024-10-25T14:24:33-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Take My Mind on a Trip",
    "track_id": null,
    "recording_id": "0950dc06-1a6b-4242-b0c3-5b3e0e4d1282",
    "artist": "Boy George",
    "artist_ids": [
        "2787bddf-6439-4c73-8162-5f4a1e5fa030"
    ],
    "album": "Boyfriend",
    "release_id": null,
    "release_group_id": "9b3d41d0-3caf-39ef-9c9f-ebcfd431ffae",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from Boy George's third studio album, Boyfriend, \"Don't Take My Mind on a Trip\" was written by producer Gene Griffin, it also features Lee Drakeford (Today) on backing vocals and arrangements from producer Teddy Riley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}