Information about plays

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

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

{
    "id": 2677705,
    "uri": "https://api.kexp.org/v2/plays/2677705/?format=api",
    "airdate": "2019-12-24T22:54:00-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Daddy (Don't Get Drunk This Christmas)",
    "track_id": "c44fdb20-0f42-3662-96ed-c74d3440ada2",
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}