Information about plays

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

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

{
    "id": 1377484,
    "uri": "https://api.kexp.org/v2/plays/1377484/?format=api",
    "airdate": "2008-05-23T03:40:29-07:00",
    "show": 24040,
    "show_uri": "https://api.kexp.org/v2/shows/24040/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61R3R4kALsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61R3R4kALsL._SL75_.jpg",
    "song": "Trumpet Woman",
    "track_id": "e3ff3eea-9d8d-4867-80b4-5f3017bc5dc2",
    "recording_id": null,
    "artist": "Kutiman",
    "artist_ids": [
        "48e18c9b-371f-42e6-878d-633e25fa01fd"
    ],
    "album": "Kutiman",
    "release_id": "421a8bde-487c-4263-9989-c02cc56169de",
    "release_group_id": null,
    "labels": [
        "Melting Pot Records"
    ],
    "label_ids": [
        "e877b85d-b8df-48ec-bbd6-1cea53a338f5"
    ],
    "release_date": "2007-10-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}