Information about plays

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

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

{
    "id": 517857,
    "uri": "https://api.kexp.org/v2/plays/517857/?format=api",
    "airdate": "2002-02-14T18:20:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/01VKNMRGCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/01VKNMRGCML._SL75_.jpg",
    "song": "Some Old Day",
    "track_id": "e135e1b4-4a83-4a1e-8d76-a8cd0c3c963f",
    "recording_id": null,
    "artist": "Jo Miller and Laura Love",
    "artist_ids": [
        "184d4b44-5ef0-41b5-986d-1032b2caa12c"
    ],
    "album": "Jo Miller and Laura Love Sing Bluegrass and Old-Time Music",
    "release_id": "7ca0f616-4025-443f-bb43-c8249b798fd5",
    "release_group_id": null,
    "labels": [
        "Rockin' Octoroon"
    ],
    "label_ids": [
        "14ec10b6-614f-4923-8374-db8214bff553"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}