Information about plays

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

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

{
    "id": 3411331,
    "uri": "https://api.kexp.org/v2/plays/3411331/?format=api",
    "airdate": "2024-10-11T15:33:05-07:00",
    "show": 61546,
    "show_uri": "https://api.kexp.org/v2/shows/61546/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flies Bump Against the Glass",
    "track_id": null,
    "recording_id": "448bd5ed-0e2a-4078-a23b-6b5c19b17972",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Smote Reverser",
    "release_id": null,
    "release_group_id": "b2cb65f0-2e0f-47cb-aff7-0f6793990e45",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of LA!\n\nhttps://ohsees.bandcamp.com/track/flies-bump-against-the-glass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}