Information about plays

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

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

{
    "id": 419121,
    "uri": "https://api.kexp.org/v2/plays/419121/?format=api",
    "airdate": "2001-04-28T11:52:56-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AKN0RN0BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AKN0RN0BL._SL75_.jpg",
    "song": "I Spy",
    "track_id": "f1684e44-150c-47bb-9483-1bcfd7dee859",
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [
        "c60178ab-c3d9-4f9d-ac56-4bf2eb93feed"
    ],
    "album": "Look How Me Sexy",
    "release_id": "49696a98-7a8b-46a0-85d1-356f458f8710",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}