Information about plays

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

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

{
    "id": 3429377,
    "uri": "https://api.kexp.org/v2/plays/3429377/?format=api",
    "airdate": "2024-11-24T05:44:34-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m on your team",
    "track_id": "40a8ad96-f50f-4fb1-9eca-9b2a10b89ce0",
    "recording_id": "d09e9fe8-52d0-4f01-ab8c-c5462ab08e0a",
    "artist": "Romy & Sampha",
    "artist_ids": [
        "b46efb1e-ecd9-4044-9820-14c64c2d657e",
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "I’m on your team",
    "release_id": "36a69df4-6dd6-48f1-9981-54f4459c3ee2",
    "release_group_id": "ddf9b57b-4314-4fa5-9ab7-03dfeaa84565",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}