Information about plays

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

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

{
    "id": 492433,
    "uri": "https://api.kexp.org/v2/plays/492433/?format=api",
    "airdate": "2001-12-02T01:54:00-08:00",
    "show": 8441,
    "show_uri": "https://api.kexp.org/v2/shows/8441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jOOkFVLSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jOOkFVLSL._SL75_.jpg",
    "song": "Old & In the Way Breakdown",
    "track_id": "07e03929-6490-4d97-9b89-719a26adc370",
    "recording_id": null,
    "artist": "Old ",
    "artist_ids": [],
    "album": "Breakdown",
    "release_id": "a70486be-b84d-48e0-8ef6-0dd66c9feb7b",
    "release_group_id": null,
    "labels": [
        "Acoustic Disc"
    ],
    "label_ids": [
        "e0bac5e4-e1a7-4bab-ae7c-e04381ff937b"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}