Information about plays

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

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

{
    "id": 3413703,
    "uri": "https://api.kexp.org/v2/plays/3413703/?format=api",
    "airdate": "2024-10-17T02:57:08-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be My Husband",
    "track_id": null,
    "recording_id": "9e134a45-b25d-430f-9ebb-4d5e0e21c218",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Pastel Blues",
    "release_id": null,
    "release_group_id": "1b3233e2-15ed-344e-bc8e-6630455db87f",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adapted from the traditional work song \"Rosie\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}