Information about plays

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

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

{
    "id": 3415662,
    "uri": "https://api.kexp.org/v2/plays/3415662/?format=api",
    "airdate": "2024-10-21T22:06:16-07:00",
    "show": 61640,
    "show_uri": "https://api.kexp.org/v2/shows/61640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hideaway",
    "track_id": null,
    "recording_id": null,
    "artist": "Angelo Mallia",
    "artist_ids": [],
    "album": "The Sound of Love International #006",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Love International"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest entry in Bristol label Love International's \"The Sound Of\" series, this one curated by Palms Trax! - https://loveinternationalrecordings.bandcamp.com/album/the-sound-of-love-international-006-palms-trax",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}