Information about plays

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

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

{
    "id": 1379035,
    "uri": "https://api.kexp.org/v2/plays/1379035/?format=api",
    "airdate": "2008-05-27T02:57:00-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61W7p6QsqUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61W7p6QsqUL._SL75_.jpg",
    "song": "Taxi Driver",
    "track_id": "a4bc601c-9f23-4be1-bf1b-334682b7ac79",
    "recording_id": null,
    "artist": "Gym Class Heroes",
    "artist_ids": [
        "f4d4b515-0b74-423f-a161-db184330c37c"
    ],
    "album": "The Papercut Chronicles",
    "release_id": "afebd68d-8510-49d4-8924-ec9382233c68",
    "release_group_id": null,
    "labels": [
        "Fueled by Ramen"
    ],
    "label_ids": [
        "fc79d7ba-5f25-4e15-be09-03614faf210c"
    ],
    "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"
}