Information about plays

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

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

{
    "id": 369618,
    "uri": "https://api.kexp.org/v2/plays/369618/?format=api",
    "airdate": "2019-08-19T22:01:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Plane",
    "track_id": "b476f06a-cadf-33fd-9a82-36d24a040603",
    "recording_id": null,
    "artist": "Ronnie Foster",
    "artist_ids": [
        "626faf7d-9da5-4c90-afa5-ccebdc6316b2"
    ],
    "album": "Love Satellite",
    "release_id": "094b6d37-fc71-4ccc-bec1-e02cfd316a73",
    "release_group_id": null,
    "labels": [
        "Legacy Recordings"
    ],
    "label_ids": [],
    "release_date": "1978-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}