Information about plays

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

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

{
    "id": 1274956,
    "uri": "https://api.kexp.org/v2/plays/1274956/?format=api",
    "airdate": "2007-09-04T00:28:00-07:00",
    "show": 22317,
    "show_uri": "https://api.kexp.org/v2/shows/22317/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VnCi2UgCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VnCi2UgCL._SL75_.jpg",
    "song": "Summertime",
    "track_id": "4a9bf1d4-658e-43a7-8118-b8fb9a832555",
    "recording_id": null,
    "artist": "Greg Osby",
    "artist_ids": [
        "bbef05c0-ec64-46df-b7af-08c85d96da39"
    ],
    "album": "St. Louis Shoes",
    "release_id": "c9f6a171-4943-4dc4-93c0-a80e83e64ab6",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}