Information about plays

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

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

{
    "id": 3412568,
    "uri": "https://api.kexp.org/v2/plays/3412568/?format=api",
    "airdate": "2024-10-14T15:12:26-07:00",
    "show": 61576,
    "show_uri": "https://api.kexp.org/v2/shows/61576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ethnocide",
    "track_id": null,
    "recording_id": "9cf6d757-90d7-4313-adb9-4d0805e98d33",
    "artist": "Supaman feat. Walking Buffalo",
    "artist_ids": [
        "45b61e60-46de-4a6b-9cbd-87e86463e9dc",
        "b1358f63-5b31-4dc7-b40e-433afa50d7ef"
    ],
    "album": "Medicine Bundle",
    "release_id": null,
    "release_group_id": "55a25237-2fef-46bb-a694-5fffc4a8fa6e",
    "labels": [
        "Good Medicine"
    ],
    "label_ids": [
        "f081a189-88bb-465c-9448-d254b8b66aa1"
    ],
    "release_date": "2021-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Christian Parrish Takes the Gun, known professionally as Supaman is an Apsáalooke rapper and fancy war dancerr who grew up in Crow Agency, Montana.\n\nThe Crow, also known as Apsáalooke, are Native Americans living primarily in southern Montana.\n\nhttps://www.supamanhiphop.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}