Information about plays

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

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

{
    "id": 530596,
    "uri": "https://api.kexp.org/v2/plays/530596/?format=api",
    "airdate": "2002-03-24T10:55:52-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41973Y8VM8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41973Y8VM8L._SL75_.jpg",
    "song": "Over Money",
    "track_id": "77149e94-619b-4f06-9173-842893507233",
    "recording_id": null,
    "artist": "The Paul deLay Band",
    "artist_ids": [
        "fa0e3ef0-d0bd-4906-9ec2-e3b87e99c9c1"
    ],
    "album": "Heavy Rotation",
    "release_id": "74eb22e9-1814-407e-ba68-d4507670b97b",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}