Information about plays

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

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

{
    "id": 1264590,
    "uri": "https://api.kexp.org/v2/plays/1264590/?format=api",
    "airdate": "2007-08-08T19:46:00-07:00",
    "show": 22143,
    "show_uri": "https://api.kexp.org/v2/shows/22143/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ij0JBPRdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ij0JBPRdL._SL75_.jpg",
    "song": "Shine a Light",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Exile on Main St.",
    "release_id": "4e48a9b1-b666-429d-8c33-11fba83f4555",
    "release_group_id": null,
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1972-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}