Information about plays

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

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

{
    "id": 1357571,
    "uri": "https://api.kexp.org/v2/plays/1357571/?format=api",
    "airdate": "2008-04-03T03:34:10-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41p8nbNhkpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41p8nbNhkpL._SL75_.jpg",
    "song": "Resurrection of the House Party",
    "track_id": "87c4541c-71fe-4fac-a102-f5a4ffe0f105",
    "recording_id": null,
    "artist": "Substantial",
    "artist_ids": [
        "38cdd71c-344b-4c54-bac2-19709da7140d"
    ],
    "album": "Sacrifice",
    "release_id": "8d5bad64-be12-4f78-9020-db3448923f33",
    "release_group_id": null,
    "labels": [
        "QN5 Music"
    ],
    "label_ids": [
        "5d534f23-a7e8-42ce-a564-1d7c3d98e23e"
    ],
    "release_date": "2008-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}