Information about plays

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

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

{
    "id": 414478,
    "uri": "https://api.kexp.org/v2/plays/414478/?format=api",
    "airdate": "2001-03-04T16:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FYeDXPq1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FYeDXPq1L._SL75_.jpg",
    "song": "The Whores Hustle and the Hustlers Whore",
    "track_id": null,
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Stories From the City, Stories From the Sea",
    "release_id": "48794445-7a11-4573-b589-722d653aa7d6",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}