Information about plays

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

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

{
    "id": 532964,
    "uri": "https://api.kexp.org/v2/plays/532964/?format=api",
    "airdate": "2002-03-30T17:34:26-08:00",
    "show": 9228,
    "show_uri": "https://api.kexp.org/v2/shows/9228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514fRmjJOaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514fRmjJOaL._SL75_.jpg",
    "song": "Could Be Here",
    "track_id": "f9014e5e-bb11-4d97-b3ae-66bde644731f",
    "recording_id": null,
    "artist": "Danielle Howle & The Tantrums",
    "artist_ids": [
        "e3f6a11d-ecae-4e19-8d80-5f0cf6e8a433"
    ],
    "album": "Skorborealis",
    "release_id": "c87db9c1-6396-4264-b7c3-8eada536b70c",
    "release_group_id": null,
    "labels": [
        "Daemon"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}