Information about plays

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

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

{
    "id": 503513,
    "uri": "https://api.kexp.org/v2/plays/503513/?format=api",
    "airdate": "2002-01-04T01:44:00-08:00",
    "show": 8653,
    "show_uri": "https://api.kexp.org/v2/shows/8653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411WXYPW69L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411WXYPW69L._SL75_.jpg",
    "song": "Ju Ju's Door",
    "track_id": "52cdb5e4-d6e1-4911-bd3d-eb84bac7b078",
    "recording_id": null,
    "artist": "Sons and Daughters of Lite",
    "artist_ids": [
        "70d805c6-99b1-4a05-9e87-472cd6eb365b"
    ],
    "album": "Let the Sun Shine In",
    "release_id": "5897a3b1-dacd-4b41-ae3e-59af1d5b8276",
    "release_group_id": null,
    "labels": [
        "Luv N' Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}