Information about plays

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

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

{
    "id": 502952,
    "uri": "https://api.kexp.org/v2/plays/502952/?format=api",
    "airdate": "2002-01-02T13:38:00-08:00",
    "show": 8643,
    "show_uri": "https://api.kexp.org/v2/shows/8643/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EKtT95JQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EKtT95JQL._SL75_.jpg",
    "song": "Things Ain't What They Used to Be",
    "track_id": "4659b276-c5a5-44cc-962d-f39dcd2048ea",
    "recording_id": null,
    "artist": "Duke Ellington & His Orchestra",
    "artist_ids": [
        "c01557ad-d41e-4316-a285-605769e2ab3b"
    ],
    "album": "The Best of Duke Ellington",
    "release_id": "03792072-6df9-401c-8f23-d6439afad352",
    "release_group_id": null,
    "labels": [
        "Capitol Jazz"
    ],
    "label_ids": [
        "86005c20-cc0b-43a2-bc88-41c0d659c1b8"
    ],
    "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"
}