Information about plays

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

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

{
    "id": 3422464,
    "uri": "https://api.kexp.org/v2/plays/3422464/?format=api",
    "airdate": "2024-11-07T10:13:49-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock the Mic",
    "track_id": "0e953f39-477a-4d65-b730-bd7965302ebd",
    "recording_id": "64fdece1-c314-41a1-925b-f30f8af17b50",
    "artist": "Jodie Watts",
    "artist_ids": [
        "0dc32101-2ba2-4fb6-a83c-916ca4633193"
    ],
    "album": "Six By Three",
    "release_id": "08563bd0-dadc-4f5e-b832-5120a37591f3",
    "release_group_id": "8530a0a9-5012-4b67-83bd-af80e42d1e39",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2002-11-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local music from rocker Jodie Watts. You can catch Jodie performing live at The Valley in Tacoma on December 28th.\n\nhttps://www.instagram.com/jodiewattsrocks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}