Information about plays

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

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

{
    "id": 1353965,
    "uri": "https://api.kexp.org/v2/plays/1353965/?format=api",
    "airdate": "2008-03-25T03:31:55-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gunKEu4wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gunKEu4wL._SL75_.jpg",
    "song": "I Don't Care",
    "track_id": "7dfffc6a-3ec4-469e-9422-dbd47167997e",
    "recording_id": null,
    "artist": "A House",
    "artist_ids": [
        "c2f465fc-1f81-4d21-a1fc-0bf2d276de1c"
    ],
    "album": "I Am the Greatest",
    "release_id": "493e1405-3291-47c4-b5c9-e86be04baaf8",
    "release_group_id": null,
    "labels": [
        "Radioactive Records"
    ],
    "label_ids": [
        "91bbf0d3-63b9-4339-83ff-be86ecb514f6"
    ],
    "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"
}