Information about plays

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

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

{
    "id": 3416816,
    "uri": "https://api.kexp.org/v2/plays/3416816/?format=api",
    "airdate": "2024-10-24T19:01:45-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancin’",
    "track_id": null,
    "recording_id": "5a554558-a4c5-4b4c-a9fe-53aa88db4aef",
    "artist": "Junko Ohashi",
    "artist_ids": [
        "1c006b2c-eb12-4f50-a339-2d0c697c9045"
    ],
    "album": "Point Zero",
    "release_id": null,
    "release_group_id": "8bd6d93f-9a5e-4a84-a8a0-4049cfa06e47",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded out of the Celebration Recording Studio out of New York City, famed city pop pioneer Junko Ohashi went to NYC to record with New York musicians.  In some ways, this LP moves away from the City Pop sound into a more American pop sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}