Information about plays

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

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

{
    "id": 1363153,
    "uri": "https://api.kexp.org/v2/plays/1363153/?format=api",
    "airdate": "2008-04-17T05:13:20-07:00",
    "show": 23801,
    "show_uri": "https://api.kexp.org/v2/shows/23801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41joOn6QbUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41joOn6QbUL._SL75_.jpg",
    "song": "It's the New Thing!",
    "track_id": "e595f9f4-1c6b-4f01-b8cf-7a2243a2ba68",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "It's the New Thing! The Step Forward Years",
    "release_id": "7e571abd-e3aa-4584-8baf-ba75eb6af983",
    "release_group_id": null,
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2003-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}