Information about plays

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

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

{
    "id": 1275912,
    "uri": "https://api.kexp.org/v2/plays/1275912/?format=api",
    "airdate": "2007-09-06T07:31:58-07:00",
    "show": 22331,
    "show_uri": "https://api.kexp.org/v2/shows/22331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pVWJzI00L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pVWJzI00L._SL75_.jpg",
    "song": "Sabrosa",
    "track_id": "11f14f34-999b-4562-a387-49c33408875e",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "0a5349d8-6c53-4814-9340-289df0643049",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}