Information about plays

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

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

{
    "id": 3410150,
    "uri": "https://api.kexp.org/v2/plays/3410150/?format=api",
    "airdate": "2024-10-08T19:13:25-07:00",
    "show": 61524,
    "show_uri": "https://api.kexp.org/v2/shows/61524/?format=api",
    "image_uri": "https://coverartarchive.org/release/01b69942-5013-4cb3-b925-3c40c3f951e7/4653629589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01b69942-5013-4cb3-b925-3c40c3f951e7/4653629589-250.jpg",
    "song": "Gimme More (instrumental)",
    "track_id": null,
    "recording_id": "39838e20-8588-4a6b-bc70-f491baa62359",
    "artist": "George Frideric Handel",
    "artist_ids": [
        "27870d47-bb98-42d1-bf2b-c7e972e6befc"
    ],
    "album": "Gimme More",
    "release_id": null,
    "release_group_id": "deba61bd-fecd-36b3-875e-9842e5aeabc2",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2007-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}