Information about plays

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

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

{
    "id": 517898,
    "uri": "https://api.kexp.org/v2/plays/517898/?format=api",
    "airdate": "2002-02-14T20:18:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5107jk-NniL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5107jk-NniL._SL75_.jpg",
    "song": "Misery Loves Company",
    "track_id": "b6345b04-3111-47ef-89cd-2a6e74be80e9",
    "recording_id": null,
    "artist": "Porter Wagoner",
    "artist_ids": [
        "942123a3-df28-463f-9f6e-202b69b8e253"
    ],
    "album": "The Essential Porter Wagoner",
    "release_id": "e52596cc-dcd4-4aba-99b1-f600f13cb0c2",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1997-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}