Information about plays

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

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

{
    "id": 3414138,
    "uri": "https://api.kexp.org/v2/plays/3414138/?format=api",
    "airdate": "2024-10-18T03:48:46-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Cleans Up",
    "track_id": "861e1ef6-60b0-42a4-b14b-69bb7c50efdb",
    "recording_id": "9c0159e5-9e52-4bb2-b943-63157bd976f2",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Mahashmashana",
    "release_id": "a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3",
    "release_group_id": "4a1dd863-7f8a-4c5e-991b-ad315b367b21",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}