Information about plays

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

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

{
    "id": 3419075,
    "uri": "https://api.kexp.org/v2/plays/3419075/?format=api",
    "airdate": "2024-10-30T01:11:33-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hand That Feeds (DFA mix)",
    "track_id": null,
    "recording_id": "502a3e1b-cb06-44c2-9483-5df5b6cc2e1d",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Every Day Is Exactly the Same",
    "release_id": null,
    "release_group_id": "103a88af-2a84-3536-9212-2aa4eaef29d7",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2006-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=g5eIE9xpBH4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}