Information about plays

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

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

{
    "id": 3414013,
    "uri": "https://api.kexp.org/v2/plays/3414013/?format=api",
    "airdate": "2024-10-17T19:52:02-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lam Phu Thai",
    "track_id": null,
    "recording_id": "075fc2cd-441a-4dc4-80d3-d593c8b9e0c0",
    "artist": "Khun Narin",
    "artist_ids": [
        "1bbadb05-4935-48d8-9a5b-e5628ac38374"
    ],
    "album": "Khun Narin's Electric Phin Band",
    "release_id": null,
    "release_group_id": "3fbefc02-58c7-459c-848e-8a65e4db8732",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2014-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thai psych group. \nhttps://khunnarin.bandcamp.com/album/khun-narins-electric-phin-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}