Information about plays

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

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

{
    "id": 415453,
    "uri": "https://api.kexp.org/v2/plays/415453/?format=api",
    "airdate": "2001-04-16T21:41:15-07:00",
    "show": 6933,
    "show_uri": "https://api.kexp.org/v2/shows/6933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21W1PZSJR3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21W1PZSJR3L._SL75_.jpg",
    "song": "Shake",
    "track_id": "2ef8bb2d-2477-423a-87c4-9fbc1ecbbb9b",
    "recording_id": null,
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "Ultimate Collection",
    "release_id": "c5688180-12a8-4997-969c-ad5354539830",
    "release_group_id": null,
    "labels": [
        "Hip-O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}