Information about plays

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

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

{
    "id": 510531,
    "uri": "https://api.kexp.org/v2/plays/510531/?format=api",
    "airdate": "2002-01-24T20:53:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W%2BcDjqNYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W%2BcDjqNYL._SL75_.jpg",
    "song": "Sonora's Death Row",
    "track_id": "eba00d7d-e8a5-46ac-9f02-74601b2141bd",
    "recording_id": null,
    "artist": "Robert Earl Keen",
    "artist_ids": [
        "c81d48a8-5c86-4160-b3d4-1275e7ba3212"
    ],
    "album": "West Textures",
    "release_id": "79d8316f-86b3-464f-9efa-d5084bd33f13",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "label_ids": [],
    "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"
}