Information about plays

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

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

{
    "id": 3422522,
    "uri": "https://api.kexp.org/v2/plays/3422522/?format=api",
    "airdate": "2024-11-07T13:43:59-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Want It Right Now",
    "track_id": null,
    "recording_id": "f96b97f1-673a-463e-8549-1eaab37decb4",
    "artist": "Siedah Garrett",
    "artist_ids": [
        "69407e6e-8cc1-4d48-91f8-7e07b94032a0"
    ],
    "album": "Fast Forward",
    "release_id": null,
    "release_group_id": "b1f68e0b-f117-4c18-ba87-cef6917864d0",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Do You Want It Right Now” is a song by American singer Siedah Garrett from the 1985 film Fast Forward.  Guess who was the executive producer for this song?: https://burningtheground.net/siedah-garrett-do-you-want-it-right-now-us-12/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}