Information about plays

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

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

{
    "id": 3428508,
    "uri": "https://api.kexp.org/v2/plays/3428508/?format=api",
    "airdate": "2024-11-22T03:47:32-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia800700.us.archive.org/10/items/mbid-28561f97-1bd8-4e8a-88e3-a5a4f9516111/mbid-28561f97-1bd8-4e8a-88e3-a5a4f9516111-40445699948_thumb500.jpg",
    "thumbnail_uri": "https://ia800700.us.archive.org/10/items/mbid-28561f97-1bd8-4e8a-88e3-a5a4f9516111/mbid-28561f97-1bd8-4e8a-88e3-a5a4f9516111-40445699948_thumb250.jpg",
    "song": "Ohio All the Time",
    "track_id": "c19273b6-bbb4-4919-adec-a230baa84b91",
    "recording_id": "b2cac939-1686-4fcc-914e-8645f79d076f",
    "artist": "Momma",
    "artist_ids": [
        "a17342a6-e661-4874-9687-957caf010377"
    ],
    "album": "Ohio All the Time",
    "release_id": "28561f97-1bd8-4e8a-88e3-a5a4f9516111",
    "release_group_id": "40606f5f-581d-4884-9492-d0b9c2da5eab",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}