Information about plays

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

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

{
    "id": 421215,
    "uri": "https://api.kexp.org/v2/plays/421215/?format=api",
    "airdate": "2001-05-04T16:56:50-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Custom Cuts and Signature Sounds",
    "track_id": "48c68628-e6e4-470a-852f-79c31778827f",
    "recording_id": null,
    "artist": "Sixteen Deluxe",
    "artist_ids": [
        "13de07a6-450f-4cd0-b5d7-283217bc18c6"
    ],
    "album": "Vision Take Me Make Me Never Forsake Me",
    "release_id": "868aa023-3ca1-469f-8d31-4e6213d993af",
    "release_group_id": null,
    "labels": [
        "Sugar Fix Recordings"
    ],
    "label_ids": [
        "49549cee-2c3a-4724-9887-f54b25c9c798"
    ],
    "release_date": "2000-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}