Information about plays

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

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

{
    "id": 428110,
    "uri": "https://api.kexp.org/v2/plays/428110/?format=api",
    "airdate": "2001-05-25T19:46:21-07:00",
    "show": 7189,
    "show_uri": "https://api.kexp.org/v2/shows/7189/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VgRHErcyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VgRHErcyL._SL75_.jpg",
    "song": "Honky Tonk Song",
    "track_id": "51f9d58b-b720-4349-b751-efff7d7c9ec7",
    "recording_id": null,
    "artist": "BR5-49",
    "artist_ids": [
        "11733335-c06f-4630-9fdd-53b4113bdb5c"
    ],
    "album": "BR5-49",
    "release_id": "fb3a1e84-1b0f-4e0c-9f19-4c2a2f38a0f6",
    "release_group_id": null,
    "labels": [
        "Arista Nashville"
    ],
    "label_ids": [
        "6e82c5cc-2c14-4add-9d1a-34ae826a452d"
    ],
    "release_date": "1996-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}