Information about plays

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

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

{
    "id": 1276139,
    "uri": "https://api.kexp.org/v2/plays/1276139/?format=api",
    "airdate": "2007-09-06T22:15:49-07:00",
    "show": 22335,
    "show_uri": "https://api.kexp.org/v2/shows/22335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HE5NVU81L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HE5NVU81L._SL75_.jpg",
    "song": "Smile and Receive",
    "track_id": "a73e42f0-38f5-440c-a536-bc4b2c5e2866",
    "recording_id": null,
    "artist": "Swayzak",
    "artist_ids": [
        "2d91695d-a291-49d4-a028-2584edbf9bd6"
    ],
    "album": "Some Other Country",
    "release_id": "d0ced415-f574-4b09-8945-ee587f8c8d9d",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2007-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}