Information about plays

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

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

{
    "id": 3417121,
    "uri": "https://api.kexp.org/v2/plays/3417121/?format=api",
    "airdate": "2024-10-25T13:11:10-07:00",
    "show": 61668,
    "show_uri": "https://api.kexp.org/v2/shows/61668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty",
    "track_id": "906c3e5f-0851-4943-9f76-fd6dc24dac8c",
    "recording_id": "699815f4-abed-4dd0-bee9-f7a738afb21f",
    "artist": "Cimafunk feat. Big Freedia",
    "artist_ids": [
        "1be1831c-48ac-4adc-aca9-cc4c5b3b6912",
        "14637c9a-4156-4990-862d-02113db0bc07"
    ],
    "album": "Pa’ Tu Cuerpa",
    "release_id": "4d880fab-58e5-4b88-9272-a55ad544fc89",
    "release_group_id": "ec4aa8c6-9294-4582-a16e-5047b52dad42",
    "labels": [
        "Terapia Productions",
        "Thirty Tigers"
    ],
    "label_ids": [
        "8496fb09-3c01-408d-93a9-2899220e42de",
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afropunk alumni, Cimafunk's new album is out now! https://cimafunk.com/\n-events/afropunk-seattle/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}