Information about plays

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

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

{
    "id": 431103,
    "uri": "https://api.kexp.org/v2/plays/431103/?format=api",
    "airdate": "2001-06-04T03:40:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gp%2BVKBpYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gp%2BVKBpYL._SL75_.jpg",
    "song": "Green Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "Kyuss",
    "artist_ids": [
        "ea0f2a37-7007-4217-a812-396227f5013a"
    ],
    "album": "Blues for the Red Sun",
    "release_id": "779885cc-c966-49bb-9f59-1a6a10c0b186",
    "release_group_id": null,
    "labels": [
        "Dali Records"
    ],
    "label_ids": [
        "0a671a68-d7f6-4782-a90c-dda2dab71ead"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}