Information about plays

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

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

{
    "id": 1196679,
    "uri": "https://api.kexp.org/v2/plays/1196679/?format=api",
    "airdate": "2007-02-14T05:17:48-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LA%2B25zHQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LA%2B25zHQL._SL75_.jpg",
    "song": "If You Knew",
    "track_id": null,
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "The Tigers Have Spoken",
    "release_id": "f4a2e7e7-e745-4cc3-bb96-e1a3cf3818ac",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}