Information about plays

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

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

{
    "id": 2679970,
    "uri": "https://api.kexp.org/v2/plays/2679970/?format=api",
    "airdate": "2019-12-30T13:39:40-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "23 Minutes in Brussels",
    "track_id": "7dbbe350-f702-34e9-80ff-b67d036a6e64",
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Penthouse",
    "release_id": "742967ce-dd8c-4f93-94b5-77c5098d95ae",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1995-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tues 2/11/20 @Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}