Information about plays

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

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

{
    "id": 1288813,
    "uri": "https://api.kexp.org/v2/plays/1288813/?format=api",
    "airdate": "2007-10-09T10:09:29-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B1xM%2BTVsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B1xM%2BTVsL._SL75_.jpg",
    "song": "One for the Treble (Fresh)",
    "track_id": "2849d3bc-9538-45b5-9c6e-fba8cd1ffe68",
    "recording_id": null,
    "artist": "Davy DMX",
    "artist_ids": [
        "fefdd221-f4f5-41eb-aeef-f34798b6526f"
    ],
    "album": "Street Jams: Hip-Hop From the Top, Part 1",
    "release_id": "8a0def42-c2fd-4ed7-9f30-7a3429f1828b",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}