Information about plays

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

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

{
    "id": 534254,
    "uri": "https://api.kexp.org/v2/plays/534254/?format=api",
    "airdate": "2002-04-03T15:14:01-08:00",
    "show": 9255,
    "show_uri": "https://api.kexp.org/v2/shows/9255/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL._SL75_.jpg",
    "song": "Hungry Wolf (instrumental)",
    "track_id": "a6db7f97-de6a-466b-aff5-27359ebf8178",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Beyond and Back: The X Anthology (disc 2)",
    "release_id": "8f3d639a-bcc4-4a6c-a3d3-60dcc03ca615",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1997-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}