Information about plays

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

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

{
    "id": 1381254,
    "uri": "https://api.kexp.org/v2/plays/1381254/?format=api",
    "airdate": "2008-06-02T17:00:00-07:00",
    "show": 24111,
    "show_uri": "https://api.kexp.org/v2/shows/24111/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL._SL75_.jpg",
    "song": "Who Do You Love?",
    "track_id": "8baf0d9a-f4b2-4301-8d9a-7d4724a486d8",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Chess Blues Guitar (disc 1)",
    "release_id": "61a38658-2399-4e10-9c43-f2463d66e563",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}