Information about plays

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

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

{
    "id": 3422251,
    "uri": "https://api.kexp.org/v2/plays/3422251/?format=api",
    "airdate": "2024-11-06T22:30:01-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia902800.us.archive.org/30/items/mbid-2a788cd1-1bf6-4420-87b9-926921162817/mbid-2a788cd1-1bf6-4420-87b9-926921162817-6350934293_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/30/items/mbid-2a788cd1-1bf6-4420-87b9-926921162817/mbid-2a788cd1-1bf6-4420-87b9-926921162817-6350934293_thumb250.jpg",
    "song": "We Get Along",
    "track_id": "a13c7365-44fc-49b5-9f50-89a70f305b49",
    "recording_id": "70ed3443-20ad-4e22-adff-e8a60c0a1767",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Give the People What They Want",
    "release_id": "2a788cd1-1bf6-4420-87b9-926921162817",
    "release_group_id": "3472ea07-dc2a-4723-bdf9-b70e7666faa1",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2014-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Jones and the Dap‐Kings played Live on KEXP in 2016 to celebrate the grand opening of KEXP's new home: \n\nhttps://www.youtube.com/watch?v=y5eVHCQ4ogQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}