Information about plays

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

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

{
    "id": 1256586,
    "uri": "https://api.kexp.org/v2/plays/1256586/?format=api",
    "airdate": "2007-07-19T16:03:33-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ByJtT6WsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ByJtT6WsL._SL75_.jpg",
    "song": "Don't Follow Me (I'm Lost)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobby Bare Jr.'s Young Criminals' Starvation League",
    "artist_ids": [
        "04bc9ee0-a1f6-48f9-8f72-e6cacc14e06d"
    ],
    "album": "From The End Of Your Leash",
    "release_id": "135848dc-7d10-4e6f-a6fb-65f9fb4fb8a6",
    "release_group_id": null,
    "labels": [],
    "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"
}