Information about plays

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

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

{
    "id": 382369,
    "uri": "https://api.kexp.org/v2/plays/382369/?format=api",
    "airdate": "2019-09-18T05:55:02-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "http://coverartarchive.org/release/7aa89047-5eba-451d-a8da-6716c8d66eac/18965021868-250.jpg",
    "thumbnail_uri": "",
    "song": "Pews",
    "track_id": "acc80578-3a4a-4c0e-b874-4d8c5a613404",
    "recording_id": null,
    "artist": "Nadine",
    "artist_ids": [
        "3bbbb1ad-0041-4578-93d0-a9a373f74297"
    ],
    "album": "Oh My",
    "release_id": "7aa89047-5eba-451d-a8da-6716c8d66eac",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}