Information about plays

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

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

{
    "id": 3415522,
    "uri": "https://api.kexp.org/v2/plays/3415522/?format=api",
    "airdate": "2024-10-21T11:41:13-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coraz​ó​n",
    "track_id": null,
    "recording_id": null,
    "artist": "Valley Wolf",
    "artist_ids": [
        "c054db01-ca28-479c-831c-da6abb907e0b"
    ],
    "album": "Coraz​ó​n / OVNI",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Valley Wolf is a \"psych Latinx troupe\" out of Modesto, CA!\n\nhttps://valleywolf.bandcamp.com/album/coraz-n-ovni",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}