Information about plays

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

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

{
    "id": 1375873,
    "uri": "https://api.kexp.org/v2/plays/1375873/?format=api",
    "airdate": "2008-05-19T04:10:10-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517JTETmz4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517JTETmz4L._SL75_.jpg",
    "song": "I Got Mine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Attack & Release",
    "release_id": "1aafc201-6502-440b-a28c-aecef43d5833",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}