Information about plays

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

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

{
    "id": 532661,
    "uri": "https://api.kexp.org/v2/plays/532661/?format=api",
    "airdate": "2002-03-29T19:57:54-08:00",
    "show": 9221,
    "show_uri": "https://api.kexp.org/v2/shows/9221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bfP450DIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bfP450DIL._SL75_.jpg",
    "song": "Don't Monkey With Another Monkey's Monkey",
    "track_id": "19776caa-8b75-49ae-a5da-b6ef8881e7c4",
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "The Real Mr. Heartache: The Little Darlin' Years",
    "release_id": "bd2d232b-b9b5-4e78-86af-d12ad1541063",
    "release_group_id": null,
    "labels": [
        "Country Music Foundation Records"
    ],
    "label_ids": [
        "1c0c06bb-7e89-4062-b709-4fe16ef6754a"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}