Information about plays

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

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

{
    "id": 3419025,
    "uri": "https://api.kexp.org/v2/plays/3419025/?format=api",
    "airdate": "2024-10-29T22:28:49-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/d52de34d-dd7b-42f9-b44c-df9552983ef9/32838606381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d52de34d-dd7b-42f9-b44c-df9552983ef9/32838606381-250.jpg",
    "song": "BREAK MY SOUL",
    "track_id": null,
    "recording_id": "378f8d61-8d50-45be-85e6-d442b9941ea5",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "BREAK MY SOUL",
    "release_id": null,
    "release_group_id": "3241b97e-05d8-4810-8474-293f085d7e77",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2022-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request. So many sides to this incredible vocalist, songwriter and music legend. http://www.beyonce.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}