Information about plays

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

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

{
    "id": 513952,
    "uri": "https://api.kexp.org/v2/plays/513952/?format=api",
    "airdate": "2002-02-03T21:00:00-08:00",
    "show": 8862,
    "show_uri": "https://api.kexp.org/v2/shows/8862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible Ink",
    "track_id": "9bdd7bf0-5d58-4c43-9334-750e348b9a19",
    "recording_id": null,
    "artist": "DJ Zinc",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5"
    ],
    "album": "Present Tense EP",
    "release_id": "18bbd5ee-87a0-4b8c-b7a5-f179ddf438f3",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}