Information about plays

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

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

{
    "id": 530373,
    "uri": "https://api.kexp.org/v2/plays/530373/?format=api",
    "airdate": "2002-03-23T14:47:30-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PHzcfKOAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PHzcfKOAL._SL75_.jpg",
    "song": "shaking street",
    "track_id": null,
    "recording_id": null,
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "Back in the USA",
    "release_id": "1cb803b5-a446-48c5-a2d3-bd76be8820df",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}