Information about plays

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

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

{
    "id": 1391754,
    "uri": "https://api.kexp.org/v2/plays/1391754/?format=api",
    "airdate": "2008-06-30T03:24:01-07:00",
    "show": 24292,
    "show_uri": "https://api.kexp.org/v2/shows/24292/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61L%2BrLv1FSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61L%2BrLv1FSL._SL75_.jpg",
    "song": "Long 'Til the Morning",
    "track_id": "95aa2996-63d6-4e4f-b8bb-53dfba6071ef",
    "recording_id": null,
    "artist": "Ladyhawk",
    "artist_ids": [
        "a3dac7ba-9c0b-461b-92f3-29273b86ba63"
    ],
    "album": "Ladyhawk",
    "release_id": "93fd9947-4d38-4718-bdf9-4d395317b650",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}