Information about plays

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

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

{
    "id": 445271,
    "uri": "https://api.kexp.org/v2/plays/445271/?format=api",
    "airdate": "2001-07-15T13:57:00-07:00",
    "show": 7518,
    "show_uri": "https://api.kexp.org/v2/shows/7518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Baby, Let's Play) Safe (Live Rev.105) (Minneapolis)",
    "track_id": "4066330f-55a0-416a-a03d-f505f5e78ac0",
    "recording_id": null,
    "artist": "El Vez",
    "artist_ids": [
        "994b654a-b353-48c8-a200-8fe7f872dbaa"
    ],
    "album": "Son of a Lad From Spain?",
    "release_id": "8e93fba6-67c2-41e7-8075-618932afe619",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1999-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}