Information about plays

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

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

{
    "id": 3421930,
    "uri": "https://api.kexp.org/v2/plays/3421930/?format=api",
    "airdate": "2024-11-06T01:43:08-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia804606.us.archive.org/11/items/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3-39904101419_thumb500.jpg",
    "thumbnail_uri": "https://ia904606.us.archive.org/11/items/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3-39904101419_thumb250.jpg",
    "song": "Screamland",
    "track_id": "b795be97-e90a-4b60-be4f-60cfdd716219",
    "recording_id": "597c1b96-5a7c-4ddb-b950-19343548fa02",
    "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": "The optimist\nSwears hope dies last\nAnd shoots the lamplight clean from the brakeman's hand\nIt's always the darkest right before the end",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}