Information about plays

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

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

{
    "id": 424054,
    "uri": "https://api.kexp.org/v2/plays/424054/?format=api",
    "airdate": "2001-05-13T16:24:00-07:00",
    "show": 7111,
    "show_uri": "https://api.kexp.org/v2/shows/7111/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3148DWM9CXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3148DWM9CXL._SL75_.jpg",
    "song": "Samba e Amor",
    "track_id": "25b44bbd-ca1c-4f00-8a49-66ce6fb4e269",
    "recording_id": null,
    "artist": "Bebel Gilberto",
    "artist_ids": [
        "8777a849-fb4e-4430-9918-170f619c5286"
    ],
    "album": "Tanto Tempo",
    "release_id": "cda58eae-cb47-49d4-bb08-d1d8863ed647",
    "release_group_id": null,
    "labels": [
        "Ziriguiboom/Six Degrees"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}