Information about plays

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

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

{
    "id": 374915,
    "uri": "https://api.kexp.org/v2/plays/374915/?format=api",
    "airdate": "2019-08-31T17:23:20-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a6852d6-b59d-40ab-adbb-48508e7478ff/23652845480-250.jpg",
    "thumbnail_uri": "",
    "song": "Future Love",
    "track_id": "4e386fd3-8c3f-4734-b643-4bf798aff9c2",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "This Is Not a Safe Place",
    "release_id": "7a6852d6-b59d-40ab-adbb-48508e7478ff",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIDE plays the Croc October 8th! https://www.thebandride.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}