Information about plays

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

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

{
    "id": 450725,
    "uri": "https://api.kexp.org/v2/plays/450725/?format=api",
    "airdate": "2001-07-31T13:49:24-07:00",
    "show": 7622,
    "show_uri": "https://api.kexp.org/v2/shows/7622/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/50150",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/50151",
    "song": "Bounced Checks",
    "track_id": "96e81a27-0eda-487b-8015-ae3e53963a5b",
    "recording_id": null,
    "artist": "Gluecifer",
    "artist_ids": [
        "4fbfc573-414f-4094-aeda-d7dee5f3370f"
    ],
    "album": "Get the Horn",
    "release_id": "f7801c61-7017-40d6-bc9b-f3a0a6eca5cd",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}