Information about plays

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

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

{
    "id": 1386952,
    "uri": "https://api.kexp.org/v2/plays/1386952/?format=api",
    "airdate": "2008-06-18T03:07:31-07:00",
    "show": 24212,
    "show_uri": "https://api.kexp.org/v2/shows/24212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H4i7iYI8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H4i7iYI8L._SL75_.jpg",
    "song": "Pardon Me, Madam, My Name Is Eve",
    "track_id": "ecfc6e6f-e874-4bec-8ba1-bdd7599fe872",
    "recording_id": null,
    "artist": "Elvis Costello & The Imposters",
    "artist_ids": [
        "a3e6fa6e-32de-4152-ae38-81291597a10c"
    ],
    "album": "Momofuku",
    "release_id": "e651a61d-d955-49a4-89d1-37b3a81dc82e",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2008-05-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}