Information about plays

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

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

{
    "id": 3411122,
    "uri": "https://api.kexp.org/v2/plays/3411122/?format=api",
    "airdate": "2024-10-11T03:21:50-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Revolution Will Not Be Televised",
    "track_id": "34638600-fd60-4859-b893-4d2b0b144f89",
    "recording_id": "7db46ede-99af-4975-8f1f-259054607154",
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Flying Groove",
    "release_id": "27c74f49-9610-4fd6-8f67-9329779af752",
    "release_group_id": "082fb77d-a69d-3b3e-b53a-36c848c6654b",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}