Information about plays

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

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

{
    "id": 1359907,
    "uri": "https://api.kexp.org/v2/plays/1359907/?format=api",
    "airdate": "2008-04-09T00:23:46-07:00",
    "show": 23748,
    "show_uri": "https://api.kexp.org/v2/shows/23748/?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": "I've Been Waiting All My Life to Leave You",
    "track_id": "b6b7b63b-1f82-4beb-9a73-f418ab5b11ab",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}