Information about plays

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

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

{
    "id": 503337,
    "uri": "https://api.kexp.org/v2/plays/503337/?format=api",
    "airdate": "2002-01-03T14:42:00-08:00",
    "show": 8650,
    "show_uri": "https://api.kexp.org/v2/shows/8650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515ZDW0--xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515ZDW0--xL._SL75_.jpg",
    "song": "By the Time My Head Gets to Phoenix",
    "track_id": "58a296ea-6e04-409b-a2ae-a72da4383ec9",
    "recording_id": null,
    "artist": "Peter Bruntnell",
    "artist_ids": [
        "8533e145-f555-4660-bcde-5092835f440e"
    ],
    "album": "Normal for Bridgwater",
    "release_id": "c98ebb8a-cc92-4a07-896a-0b6003dbb8d5",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "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"
}