Information about plays

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

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

{
    "id": 506726,
    "uri": "https://api.kexp.org/v2/plays/506726/?format=api",
    "airdate": "2002-01-13T20:50:00-08:00",
    "show": 8722,
    "show_uri": "https://api.kexp.org/v2/shows/8722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Boss",
    "track_id": "64cd33ae-eea0-4e57-b089-2b139afef273",
    "recording_id": null,
    "artist": "Zero Tolerance",
    "artist_ids": [
        "2930b614-d54b-4d29-87fe-83ac9c9fdbda"
    ],
    "album": "Anything & Everything, Volume 1 (disc 1)",
    "release_id": "e0087062-66d2-4669-ba73-eac5ce991411",
    "release_group_id": null,
    "labels": [
        "Commercial Suicide"
    ],
    "label_ids": [
        "3218df3e-3de3-45e3-9a05-041528db6ee5"
    ],
    "release_date": "2002-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}