Information about plays

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

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

{
    "id": 1233230,
    "uri": "https://api.kexp.org/v2/plays/1233230/?format=api",
    "airdate": "2007-05-19T20:53:00-07:00",
    "show": 21602,
    "show_uri": "https://api.kexp.org/v2/shows/21602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CBTR3K9GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CBTR3K9GL._SL75_.jpg",
    "song": "Golem",
    "track_id": "4f7846a1-bbe3-4a5a-9b5c-5b66f95c708c",
    "recording_id": null,
    "artist": "Akimbo",
    "artist_ids": [
        "147a1f61-e4c6-48c9-8b78-c0a53dad3fd9"
    ],
    "album": "Elephantine",
    "release_id": "2c52b33b-9827-491d-8b10-61f78ab77a2a",
    "release_group_id": null,
    "labels": [
        "Dopamine Records"
    ],
    "label_ids": [
        "7091c5e7-1647-42c9-ba9a-2444d1080592"
    ],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}