Information about plays

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

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

{
    "id": 2679888,
    "uri": "https://api.kexp.org/v2/plays/2679888/?format=api",
    "airdate": "2019-12-30T08:31:32-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Some Noise",
    "track_id": "323daa11-290c-4597-8cc8-8af69fd983b3",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hot Sauce Committee, Pt. 2",
    "release_id": "2939cc68-3781-4237-a46a-acdafc580ea2",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2011-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Open up a restaurant with Ted Danson\" - hey, yesterday was his birthday! How's that restaurant coming, guys ...?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}