Information about plays

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

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

{
    "id": 3412995,
    "uri": "https://api.kexp.org/v2/plays/3412995/?format=api",
    "airdate": "2024-10-15T13:51:38-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get It by Now",
    "track_id": "8a185bad-ba68-40f4-b50d-d626bf62c8d7",
    "recording_id": "82f74a1b-c250-434d-8e71-c7cf0d249a6a",
    "artist": "Esperanza Spalding+Milton Nascimento",
    "artist_ids": [
        "1bfa27e3-0376-4206-a772-4586e25a64f5",
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "Milton + Esperanza",
    "release_id": "03579068-fa64-4c3b-a226-b06a087ef641",
    "release_group_id": "1830be4b-8e6c-497a-bdd8-db1f93e1b0c5",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}