Information about plays

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

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

{
    "id": 3422375,
    "uri": "https://api.kexp.org/v2/plays/3422375/?format=api",
    "airdate": "2024-11-07T05:27:44-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia800202.us.archive.org/15/items/mbid-02cc3acb-1ad0-4bef-a681-6475779afd9d/mbid-02cc3acb-1ad0-4bef-a681-6475779afd9d-6115012972_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/15/items/mbid-02cc3acb-1ad0-4bef-a681-6475779afd9d/mbid-02cc3acb-1ad0-4bef-a681-6475779afd9d-6115012972_thumb250.jpg",
    "song": "Bridge Over Troubled Water",
    "track_id": "f7a6dbf3-1740-35c7-8c7c-af55a0441e1b",
    "recording_id": "f150b099-5c39-4d6b-98cc-01ccc49b2003",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Live at Fillmore West",
    "release_id": "02cc3acb-1ad0-4bef-a681-6475779afd9d",
    "release_group_id": "6ae76995-b59f-3206-bfd9-83378eac5b4e",
    "labels": [
        "Atlantic",
        "Rhino"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aretha Franklin’s gospel-inspired cover version of the Simon and Garfunkel hit was released in March 1971 on Atlantic 45-2796 and reached number one on the US R&B chart and number six on the pop chart. The single was certified gold by the RIAA selling two million copies and later won the Grammy Award for Best Female R&B Vocal Performance in the 1972 awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}