Information about plays

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

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

{
    "id": 356662,
    "uri": "https://api.kexp.org/v2/plays/356662/?format=api",
    "airdate": "2019-07-19T23:22:00-07:00",
    "show": 5941,
    "show_uri": "https://api.kexp.org/v2/shows/5941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anime World",
    "track_id": "6c388446-be1b-450b-96eb-ba19d06d8980",
    "recording_id": null,
    "artist": "SahBabii",
    "artist_ids": [],
    "album": "Squidtastic",
    "release_id": "cdb6413f-8482-46e0-bd01-5063000f7765",
    "release_group_id": null,
    "labels": [
        "Casting Bait Music Group"
    ],
    "label_ids": [
        "2a09f0be-aadc-490d-9c5c-277b33808b10"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}