Information about plays

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

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

{
    "id": 3416732,
    "uri": "https://api.kexp.org/v2/plays/3416732/?format=api",
    "airdate": "2024-10-24T14:10:17-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Was It Something That I Said",
    "track_id": null,
    "recording_id": "58a27b75-b5ae-4864-b411-506aa41c0931",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Step II",
    "release_id": null,
    "release_group_id": "a11dd6e8-d308-35c1-b248-81a2832d8ad6",
    "labels": [
        "Craft Recordings"
    ],
    "label_ids": [
        "f1af31a6-389a-44fe-a47b-6bf14f2175ae"
    ],
    "release_date": "1978-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The initial portion of this song by gay icon Sylvester was performed by \"The Weather Girls,\" aka \"Two Tons O' Fun\"( Martha Wash and Izora Armstead) .: ttps://www.youtube.com/watch?v=xOcYEzfhfIg \n--\nSylvester James died in 1988 at the age of 42 from complications from AIDS: Martha Wash and Izora Armstead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}