Information about plays

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

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

{
    "id": 3412293,
    "uri": "https://api.kexp.org/v2/plays/3412293/?format=api",
    "airdate": "2024-10-13T20:39:18-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tabú, tabú",
    "track_id": null,
    "recording_id": "6ed1ecd9-18ee-4099-a01c-a30f992db1e8",
    "artist": "Sola",
    "artist_ids": [
        "663af5fe-fba3-4fec-aaf9-7d851980f3a7"
    ],
    "album": "Sola",
    "release_id": null,
    "release_group_id": "2be31455-b82d-4520-af00-6a09a0c962be",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luz Francisca López Sánchez, professionally known as SOLA was a Mexican singer born in Guadalajara, Jalisco in 1951 and died in 1991 from complications after a surgery. \"Tabu Tabu\" was released in 1971 with \"Un Muñeco De Madera\" as a B-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}