Information about plays

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

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

{
    "id": 505623,
    "uri": "https://api.kexp.org/v2/plays/505623/?format=api",
    "airdate": "2002-01-10T07:56:00-08:00",
    "show": 8695,
    "show_uri": "https://api.kexp.org/v2/shows/8695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2112YBZQCEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2112YBZQCEL._SL75_.jpg",
    "song": "Soul Nation Select Them",
    "track_id": "b368731c-618e-4d6b-bde2-c89fbd025e0f",
    "recording_id": null,
    "artist": "Eric Matthews",
    "artist_ids": [
        "08d577c0-3322-47c9-96ac-f717b5756cba"
    ],
    "album": "It's Heavy in Here",
    "release_id": "f9dc8c96-d548-4856-8d75-f8b7e1b931cf",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}