Information about plays

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

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

{
    "id": 3416741,
    "uri": "https://api.kexp.org/v2/plays/3416741/?format=api",
    "airdate": "2024-10-24T14:41:16-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need a Freak",
    "track_id": null,
    "recording_id": "7c7fdd73-c535-4b93-ac67-18206f12eeaa",
    "artist": "Sexual Harrassment",
    "artist_ids": [
        "293e271c-f75f-40e8-ac03-f63d1374194f"
    ],
    "album": "I Need a Freak",
    "release_id": null,
    "release_group_id": "0319f749-b2e6-395e-a763-a7a3dd1edd6a",
    "labels": [
        "Disques Vogue"
    ],
    "label_ids": [
        "25ed46e9-e373-4f09-927e-d56c0a2a0fdf"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was sampled extensively, especially by Black Eyed Peas for their 2005 hit song \"My Humps\".\n--\n Lynn Tolliver, DJ/Program Director at Cleveland’s WZAK, adopted the pseudonym David Payton in order to keep his musical endeavors separate from his public persona. Sexual Harrassment (misspelled deliberately) was formed as a concept band, with members selected based on appearance and choreographic skill rather than musical ability. Tolliver’s explicit lyrics focused on the central themes of desire and sexual relations.: https://sexual-harrassment.bandcamp.com/album/i-need-a-freak",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}