Information about plays

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

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

{
    "id": 3416905,
    "uri": "https://api.kexp.org/v2/plays/3416905/?format=api",
    "airdate": "2024-10-25T00:08:44-07:00",
    "show": 61664,
    "show_uri": "https://api.kexp.org/v2/shows/61664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood",
    "track_id": null,
    "recording_id": "be3b1b5a-4b35-4cb7-ba9a-b1bcf73633d0",
    "artist": "Jonny Drop • Andrew Ashong",
    "artist_ids": [
        "87833495-19c9-492f-8d44-f066a032f86b",
        "c387e194-a2f1-4822-b688-26d76d18db80"
    ],
    "album": "Puzzle Dust",
    "release_id": null,
    "release_group_id": "983d4310-19e7-4742-897e-39952d3cdc9d",
    "labels": [
        "Albert's Favourites"
    ],
    "label_ids": [
        "80125b64-93da-4cd2-bd77-0374ec6bba56"
    ],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}