Information about plays

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

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

{
    "id": 426730,
    "uri": "https://api.kexp.org/v2/plays/426730/?format=api",
    "airdate": "2001-05-21T23:55:42-07:00",
    "show": 7165,
    "show_uri": "https://api.kexp.org/v2/shows/7165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VxQb5YsML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VxQb5YsML._SL75_.jpg",
    "song": "Madame George",
    "track_id": "ff0af3ec-efda-4bc6-8c98-656472cb2bce",
    "recording_id": null,
    "artist": "Van Morrison",
    "artist_ids": [
        "a41ac10f-0a56-4672-9161-b83f9b223559"
    ],
    "album": "Astral Weeks",
    "release_id": "3edf39cf-f328-43d9-8653-fef37800516f",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1968-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}