Information about plays

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

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

{
    "id": 531000,
    "uri": "https://api.kexp.org/v2/plays/531000/?format=api",
    "airdate": "2002-03-25T14:19:55-08:00",
    "show": 9195,
    "show_uri": "https://api.kexp.org/v2/shows/9195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NFD22H3CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NFD22H3CL._SL75_.jpg",
    "song": "New American Language",
    "track_id": "20a7c2d7-02ed-47ff-81fa-9c22b693c3c6",
    "recording_id": null,
    "artist": "Dan Bern",
    "artist_ids": [
        "f8b5b1f6-e476-4944-95bf-23b32ddf11b6"
    ],
    "album": "New American Language",
    "release_id": "bc214f3d-5240-4964-af35-ba54d7bed6bf",
    "release_group_id": null,
    "labels": [
        "Messenger Records"
    ],
    "label_ids": [
        "510cdb50-5b73-4783-8229-cb78d7f147c9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}