Information about plays

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

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

{
    "id": 3426989,
    "uri": "https://api.kexp.org/v2/plays/3426989/?format=api",
    "airdate": "2024-11-18T09:38:11-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Held In",
    "track_id": "1db89944-aae8-4fdc-9816-3dcc9f4138b0",
    "recording_id": "0aff5b8a-5441-4229-a14f-ec2327b91647",
    "artist": "Shady Baby",
    "artist_ids": [
        "5534ebbc-af44-4778-af61-c03d27912af3"
    ],
    "album": "Held In",
    "release_id": "99dba13d-db77-4843-af62-d49bafafb04e",
    "release_group_id": "c8569af1-fc7e-49cd-9cfd-cf964689555d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from this Brighton band. Check out their bandcamp: \nhttps://shadybaby.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}