Information about plays

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

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

{
    "id": 3417963,
    "uri": "https://api.kexp.org/v2/plays/3417963/?format=api",
    "airdate": "2024-10-27T14:14:07-07:00",
    "show": 61688,
    "show_uri": "https://api.kexp.org/v2/shows/61688/?format=api",
    "image_uri": "https://ia802304.us.archive.org/4/items/mbid-a9ab8862-473f-410a-a5ff-428a3db76162/mbid-a9ab8862-473f-410a-a5ff-428a3db76162-39793819192_thumb500.jpg",
    "thumbnail_uri": "https://ia802304.us.archive.org/4/items/mbid-a9ab8862-473f-410a-a5ff-428a3db76162/mbid-a9ab8862-473f-410a-a5ff-428a3db76162-39793819192_thumb250.jpg",
    "song": "Runaway From You",
    "track_id": "6313ab07-89b2-4c1e-9626-6170dea911e9",
    "recording_id": "b4b994d7-e46f-4e73-ae13-1c5ae13b447d",
    "artist": "Fantastic Negrito",
    "artist_ids": [
        "b7be8029-5ebe-4e4b-bc0c-a4d4756463c7"
    ],
    "album": "Son of a Broken Man",
    "release_id": "a9ab8862-473f-410a-a5ff-428a3db76162",
    "release_group_id": "468ba159-7fe6-4582-a0ed-58cb52785481",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing at the DeFord Bailey Legacy Festival in Berkeley on December 15th.\n\nhttps://www.fantasticnegrito.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}