Information about plays

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

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

{
    "id": 427692,
    "uri": "https://api.kexp.org/v2/plays/427692/?format=api",
    "airdate": "2001-05-24T18:30:00-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4177J4VD5DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4177J4VD5DL._SL75_.jpg",
    "song": "I'm Not the First",
    "track_id": "73e1ef63-b7b9-406e-9043-9893b87eecd4",
    "recording_id": null,
    "artist": "Larry Cordle & Lonesome Standard Time",
    "artist_ids": [
        "4651b822-123f-49f7-93a4-864307af6a68"
    ],
    "album": "Murder on Music Row",
    "release_id": "6dace555-3648-4dcc-9c47-a3d01d14258d",
    "release_group_id": null,
    "labels": [
        "Shell Point"
    ],
    "label_ids": [
        "422b4aff-3c77-48d7-a915-9a4dee5407ea"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}