Information about plays

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

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

{
    "id": 418555,
    "uri": "https://api.kexp.org/v2/plays/418555/?format=api",
    "airdate": "2001-04-26T18:32:43-07:00",
    "show": 6993,
    "show_uri": "https://api.kexp.org/v2/shows/6993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KZK6N05QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KZK6N05QL._SL75_.jpg",
    "song": "Copperhead Road",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Copperhead Road",
    "release_id": "25b3c0ab-1f98-4a94-9121-6074c1c81410",
    "release_group_id": null,
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}