Information about plays

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

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

{
    "id": 3413699,
    "uri": "https://api.kexp.org/v2/plays/3413699/?format=api",
    "airdate": "2024-10-17T02:45:44-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We on Fire",
    "track_id": null,
    "recording_id": "46234522-6941-4450-9f9d-f058775dfdd2",
    "artist": "Hot Boy$",
    "artist_ids": [
        "46a9a9f4-1c18-41ca-9440-a05e4f09f474"
    ],
    "album": "Guerrilla Warfare",
    "release_id": null,
    "release_group_id": "2c81eadc-24df-31fb-98f2-7d92c34a61f5",
    "labels": [
        "Cash Money Records"
    ],
    "label_ids": [
        "cb5bbd34-2903-472c-94e9-16af03881423"
    ],
    "release_date": "1999-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Juvenile, BG, Lil Wayne and Turk, produced by Mannie Fresh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}