Information about plays

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

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

{
    "id": 420241,
    "uri": "https://api.kexp.org/v2/plays/420241/?format=api",
    "airdate": "2001-05-01T22:51:25-07:00",
    "show": 7032,
    "show_uri": "https://api.kexp.org/v2/shows/7032/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ypeo2eqhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ypeo2eqhL._SL75_.jpg",
    "song": "No Quarter",
    "track_id": "988fa453-c57b-4f54-a612-73037d655ffa",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "The Song Remains the Same (disc 2)",
    "release_id": "3b93aee7-de58-448c-a7be-ad58e20bd693",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}