Information about plays

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

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

{
    "id": 1308788,
    "uri": "https://api.kexp.org/v2/plays/1308788/?format=api",
    "airdate": "2007-11-30T21:29:56-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EyXk%2B-ByL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EyXk%2B-ByL._SL75_.jpg",
    "song": "Faking the Books",
    "track_id": null,
    "recording_id": null,
    "artist": "Lali Puna",
    "artist_ids": [
        "1b0b533e-9a62-4a95-9c68-f2e140dde9da"
    ],
    "album": "Faking the Books",
    "release_id": "6be4a104-448d-452b-8c91-e76429c3f43f",
    "release_group_id": null,
    "labels": [
        "Morr Music"
    ],
    "label_ids": [
        "08f89084-e63e-45ea-937e-b800ca8a60f5"
    ],
    "release_date": "2004-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}