Information about plays

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

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

{
    "id": 1280912,
    "uri": "https://api.kexp.org/v2/plays/1280912/?format=api",
    "airdate": "2007-09-19T03:37:40-07:00",
    "show": 22416,
    "show_uri": "https://api.kexp.org/v2/shows/22416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6131j4MeflL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6131j4MeflL._SL75_.jpg",
    "song": "The Man Trying to Outfox Us All",
    "track_id": "700f226d-08e7-4fca-a085-2dc34e831c40",
    "recording_id": null,
    "artist": "We All Have Hooks for Hands",
    "artist_ids": [
        "43e5a08f-800c-450f-9142-5ebe7052b8b4"
    ],
    "album": "The Pretender",
    "release_id": "82db69dc-fd8a-4fe6-9ad4-aa692994fa09",
    "release_group_id": null,
    "labels": [
        "Afternoon Records"
    ],
    "label_ids": [
        "370ba9ba-2526-4d46-b7f0-85af41b14f0d"
    ],
    "release_date": "2007-04-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}