Information about plays

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

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

{
    "id": 3415724,
    "uri": "https://api.kexp.org/v2/plays/3415724/?format=api",
    "airdate": "2024-10-22T01:33:36-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "https://coverartarchive.org/release/36109424-3d89-4ba5-bce4-575c01a05828/10704921669-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36109424-3d89-4ba5-bce4-575c01a05828/10704921669-250.jpg",
    "song": "I’m So Sick",
    "track_id": null,
    "recording_id": "93c8180f-f4f4-4a73-b73c-5d028ed9b80b",
    "artist": "Flyleaf",
    "artist_ids": [
        "9011971a-df29-4b57-8889-2e5e9a645cbe"
    ],
    "album": "Flyleaf",
    "release_id": null,
    "release_group_id": "b341a8ec-e3e5-30c5-b33f-5f60763f4777",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Chris in Austin for the throwback request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}