Information about plays

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

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

{
    "id": 520606,
    "uri": "https://api.kexp.org/v2/plays/520606/?format=api",
    "airdate": "2002-02-22T19:00:00-08:00",
    "show": 8984,
    "show_uri": "https://api.kexp.org/v2/shows/8984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pqdGGSOyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pqdGGSOyL._SL75_.jpg",
    "song": "Substitute 1957",
    "track_id": "2c4a0f7b-669c-4e03-9fbe-3d96d19d16b9",
    "recording_id": null,
    "artist": "LaVern Baker",
    "artist_ids": [
        "affa0adf-7be7-4944-b30d-a09baeb7dd28"
    ],
    "album": "Blues Side of Rock 'n'Roll",
    "release_id": "a4c6d054-f481-4a4b-9aff-74b5472ed375",
    "release_group_id": null,
    "labels": [],
    "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"
}