Information about plays

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

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

{
    "id": 1256857,
    "uri": "https://api.kexp.org/v2/plays/1256857/?format=api",
    "airdate": "2007-07-20T05:52:22-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512VMZJNJgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512VMZJNJgL._SL75_.jpg",
    "song": "Pictures of You",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "58462c1e-8a0f-4534-a83e-565f36d224e7",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}