Information about plays

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

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

{
    "id": 3413333,
    "uri": "https://api.kexp.org/v2/plays/3413333/?format=api",
    "airdate": "2024-10-16T09:33:17-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The One Thing",
    "track_id": null,
    "recording_id": "c321b318-78ca-4168-951f-55388db4c5a5",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": null,
    "release_group_id": "d0b7bb2d-c91e-345b-a545-a4bf95cd9bff",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1982-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day 42 years ago. That is unpossible.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}