Information about plays

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

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

{
    "id": 1273252,
    "uri": "https://api.kexp.org/v2/plays/1273252/?format=api",
    "airdate": "2007-08-30T16:17:30-07:00",
    "show": 22287,
    "show_uri": "https://api.kexp.org/v2/shows/22287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511PPNE1R8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511PPNE1R8L._SL75_.jpg",
    "song": "On My Balcony",
    "track_id": "63c2b311-abc6-40c8-9b5a-4f9e6a3df369",
    "recording_id": null,
    "artist": "Flunk",
    "artist_ids": [
        "101e0102-841f-4858-972b-edf716ee67c9"
    ],
    "album": "Morning Star",
    "release_id": "03ed734c-a547-4c89-a45a-4a47b701c026",
    "release_group_id": null,
    "labels": [
        ".Kriztal"
    ],
    "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"
}