Information about plays

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

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

{
    "id": 3414625,
    "uri": "https://api.kexp.org/v2/plays/3414625/?format=api",
    "airdate": "2024-10-19T09:38:44-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free People Chant",
    "track_id": "706f7e7c-2bc6-471a-a266-a7534f131505",
    "recording_id": "d463b93e-2fa9-46cb-b2cb-ea2d39b8f159",
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Survival Vibration",
    "release_id": "1b9311e0-911f-44ac-8c7c-20058297daca",
    "release_group_id": "af5f3ad7-05f6-490c-a71c-5c169a600490",
    "labels": [
        "Boogie Brown Productions",
        "Kool Yu Foot"
    ],
    "label_ids": [
        "8778cadc-2503-45f1-bdf6-898790f214b3",
        "64e5b075-9629-40e7-8951-72a87315739d"
    ],
    "release_date": "2024-04-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}