Information about plays

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

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

{
    "id": 452279,
    "uri": "https://api.kexp.org/v2/plays/452279/?format=api",
    "airdate": "2001-08-04T21:41:32-07:00",
    "show": 7651,
    "show_uri": "https://api.kexp.org/v2/shows/7651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417X5T0H4PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417X5T0H4PL._SL75_.jpg",
    "song": "Last Night a DJ Saved My Life (S-Man's Horny dub)",
    "track_id": "231d3567-a49b-49b6-a95e-1a15adab2825",
    "recording_id": null,
    "artist": "Sylk 130",
    "artist_ids": [
        "72067277-52c4-4354-9110-52a23672bad6"
    ],
    "album": "When the Funk Hits the Fan: The Remixes",
    "release_id": "fd7de3e8-d109-4c2a-8b79-083206649b2f",
    "release_group_id": null,
    "labels": [
        "ovum"
    ],
    "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"
}