Information about plays

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

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

{
    "id": 373167,
    "uri": "https://api.kexp.org/v2/plays/373167/?format=api",
    "airdate": "2019-08-27T21:00:55-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5db3bbf-da8f-4168-a39c-a5244d47577c/20664473080-250.jpg",
    "thumbnail_uri": "",
    "song": "Run the Road",
    "track_id": "aac6b6ac-73cc-49ea-ab1f-c34ba3adab32",
    "recording_id": null,
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "I Don’t Want: The Gold Fire Sessions",
    "release_id": "a5db3bbf-da8f-4168-a39c-a5244d47577c",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}