Information about plays

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

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

{
    "id": 431064,
    "uri": "https://api.kexp.org/v2/plays/431064/?format=api",
    "airdate": "2001-06-04T00:36:55-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6153mh%2BXzZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6153mh%2BXzZL._SL75_.jpg",
    "song": "Hey Geoff",
    "track_id": "09922a9f-1e16-4f08-98de-e23fb29300c0",
    "recording_id": null,
    "artist": "Dub Syndicate",
    "artist_ids": [
        "302ae60e-4c6f-444b-9a1f-8aa5f3aed57e"
    ],
    "album": "Fear of a Green Planet",
    "release_id": "46c7849a-6f91-48b4-8a27-a4a6da969090",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}