Information about plays

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

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

{
    "id": 369265,
    "uri": "https://api.kexp.org/v2/plays/369265/?format=api",
    "airdate": "2019-08-19T00:05:00-07:00",
    "show": 6157,
    "show_uri": "https://api.kexp.org/v2/shows/6157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ih Calam & Ynnus",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Lehman Trio",
    "artist_ids": [
        "a06c7874-a344-4cfe-aa53-ede1dcd919eb"
    ],
    "album": "The People I Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pi Recordings"
    ],
    "label_ids": [
        "78862eb8-4ad1-4a6e-85f5-8f4d13cc6905"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}