Information about plays

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

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

{
    "id": 3413243,
    "uri": "https://api.kexp.org/v2/plays/3413243/?format=api",
    "airdate": "2024-10-16T04:21:34-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocksteady",
    "track_id": "4340cda3-3599-48e7-b7d3-668d906205d9",
    "recording_id": "a1b668af-b9b5-4c8c-a8b6-375f8da1322b",
    "artist": "Niambi",
    "artist_ids": [
        "e842f3f0-21df-42ee-b359-2b65c4ce1864"
    ],
    "album": "Rocksteady",
    "release_id": "5464fa27-331f-4547-98d7-f50992354621",
    "release_group_id": "ec786634-cab0-4f9d-9075-7df61558e061",
    "labels": [
        "Easier Said"
    ],
    "label_ids": [
        "5dbde067-68ed-4d5a-9d00-e6ee1d50775f"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DMV-raised and Puerto Rico-based multidisciplinary artist Niambi with the follow-up to her debut single \"Soccer Mom\" \n\nhttps://www.youtube.com/watch?v=gwgMnkzohxk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}