Information about plays

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

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

{
    "id": 497418,
    "uri": "https://api.kexp.org/v2/plays/497418/?format=api",
    "airdate": "2001-12-16T18:07:30-08:00",
    "show": 8536,
    "show_uri": "https://api.kexp.org/v2/shows/8536/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JO7t959UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JO7t959UL._SL75_.jpg",
    "song": "Beantown to Cali (feat. Rasco & L Da Headtoucha)",
    "track_id": "e3112643-7d7c-4f94-9fa8-1a48859c0052",
    "recording_id": null,
    "artist": "Reks",
    "artist_ids": [
        "a813b634-d23b-4244-8351-e14aca982b7b"
    ],
    "album": "Along Came the Chosen",
    "release_id": "7551ab98-1fa0-4442-bb7e-4ea8d13f131a",
    "release_group_id": null,
    "labels": [
        "Brick"
    ],
    "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"
}