Information about plays

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

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

{
    "id": 3421356,
    "uri": "https://api.kexp.org/v2/plays/3421356/?format=api",
    "airdate": "2024-11-04T15:23:46-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/259e5e22-2781-45b7-91ff-3201fd46a849/23680620038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/259e5e22-2781-45b7-91ff-3201fd46a849/23680620038-250.jpg",
    "song": "I Needs to Be Bee'd With",
    "track_id": null,
    "recording_id": "33b97072-6379-492b-b296-d8297bf04389",
    "artist": "Count Basie",
    "artist_ids": [
        "0dbd6300-efdc-420b-857e-895e18fad317"
    ],
    "album": "Basie One More Time",
    "release_id": null,
    "release_group_id": "6aef4d60-8efe-3c51-9568-0ba3f99f4382",
    "labels": [
        "Roulette Jazz"
    ],
    "label_ids": [
        "13d2d5b1-b0e9-4aa5-9856-8aa33fd86f54"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Tim!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}