Information about plays

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

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

{
    "id": 450115,
    "uri": "https://api.kexp.org/v2/plays/450115/?format=api",
    "airdate": "2001-07-29T19:45:00-07:00",
    "show": 7611,
    "show_uri": "https://api.kexp.org/v2/shows/7611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418CST3TSNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418CST3TSNL._SL75_.jpg",
    "song": "Gangsta Rap (feat. Crooked 1)",
    "track_id": "23cd7d0b-2846-4506-b95a-90c62727d437",
    "recording_id": null,
    "artist": "Tha Dogg Pound",
    "artist_ids": [
        "6786ab5e-0d99-4aa6-8aad-9b5f42965ddb"
    ],
    "album": "2002",
    "release_id": "872f6c02-b95e-4cc5-a5a7-80ac293fd60f",
    "release_group_id": null,
    "labels": [
        "Death Row"
    ],
    "label_ids": [],
    "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"
}