Information about plays

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

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

{
    "id": 503384,
    "uri": "https://api.kexp.org/v2/plays/503384/?format=api",
    "airdate": "2002-01-03T18:02:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51Vx1zYjEnL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51Vx1zYjEnL._SL75_.jpg",
    "song": "Milk 'em in the Morning, Feed 'em, Milk 'em in the Evenin' Blues",
    "track_id": "03dfeef1-8d59-46cf-bf2c-1f8991162390",
    "recording_id": null,
    "artist": "Tennessee Ernie Ford",
    "artist_ids": [
        "947163f5-f306-4d78-a316-8c3fb317ae50"
    ],
    "album": "Farmyard Boogie",
    "release_id": "c1bc2001-ab14-4719-b858-72b953c677a1",
    "release_group_id": null,
    "labels": [
        "See For Miles"
    ],
    "label_ids": [],
    "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"
}