Information about plays

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

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

{
    "id": 530416,
    "uri": "https://api.kexp.org/v2/plays/530416/?format=api",
    "airdate": "2002-03-23T17:54:01-08:00",
    "show": 9179,
    "show_uri": "https://api.kexp.org/v2/shows/9179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DKJZJA04L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DKJZJA04L._SL75_.jpg",
    "song": "Spore",
    "track_id": "76f0f438-4afa-4eeb-b05a-7bdb096dd956",
    "recording_id": null,
    "artist": "Caustic Resin",
    "artist_ids": [
        "b44559f3-6d01-4d07-a81b-00e7f85227a0"
    ],
    "album": "Fly Me to the Moon",
    "release_id": "e79402d8-295b-4831-bc90-c6091d8bee4f",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}