Information about plays

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

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

{
    "id": 3413471,
    "uri": "https://api.kexp.org/v2/plays/3413471/?format=api",
    "airdate": "2024-10-16T13:57:10-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chistelle",
    "track_id": null,
    "recording_id": "04ef8cdc-352d-4dfb-a6cd-21366a3b094d",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": null,
    "release_group_id": "c5bef94a-ce05-48a9-9482-04a36869b3d4",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2010-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}