Information about plays

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

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

{
    "id": 374691,
    "uri": "https://api.kexp.org/v2/plays/374691/?format=api",
    "airdate": "2019-08-31T01:14:00-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Build the Bridge",
    "track_id": null,
    "recording_id": null,
    "artist": "Deee-Lite",
    "artist_ids": [],
    "album": "Power of Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dee-Lite says: build bridges, not walls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}