Information about plays

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

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

{
    "id": 1277296,
    "uri": "https://api.kexp.org/v2/plays/1277296/?format=api",
    "airdate": "2007-09-09T22:55:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PVIV7Rh7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PVIV7Rh7L._SL75_.jpg",
    "song": "Meol",
    "track_id": "a3280ac2-2dd1-486e-ab3b-ff594fc9d01f",
    "recording_id": null,
    "artist": "Seefeel",
    "artist_ids": [
        "8ffcd7d7-6293-4fbf-b0f6-46aef9ce9f69"
    ],
    "album": "Succour",
    "release_id": "702579a7-c9eb-47bb-a0d4-a29a7d4be0eb",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1995-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}