Information about plays

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

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

{
    "id": 518344,
    "uri": "https://api.kexp.org/v2/plays/518344/?format=api",
    "airdate": "2002-02-16T01:29:00-08:00",
    "show": 8941,
    "show_uri": "https://api.kexp.org/v2/shows/8941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lcYoBfkFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lcYoBfkFL._SL75_.jpg",
    "song": "Pass the Dutchie (Aka Pass the Kouchie)",
    "track_id": "cc4db63c-06f1-4b0f-be17-51c69ca41650",
    "recording_id": null,
    "artist": "Ernest Ranglin",
    "artist_ids": [
        "924203bb-da5f-4bd0-9630-c753c7cb9774"
    ],
    "album": "Gotcha!",
    "release_id": "99346c6d-c4f0-408b-a150-c2af5e882838",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "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"
}