Information about plays

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

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

{
    "id": 373301,
    "uri": "https://api.kexp.org/v2/plays/373301/?format=api",
    "airdate": "2019-08-28T00:59:01-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c33331d-5e59-4052-97d1-c4e4f77d1e71/11841403105-250.jpg",
    "thumbnail_uri": "",
    "song": "California Nights",
    "track_id": "5e494726-dc4b-4f3e-852a-e23246b1f231",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "California Nights",
    "release_id": "2c33331d-5e59-4052-97d1-c4e4f77d1e71",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "2015-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "STARBUCKS, KEXP & FRIENDS OF WATERFRONT SEATTLE bring you SEAchanger, a waterfront concert benefitting Seattle’s unsheltered families.\nFeaturing Best Coast and The Courtneys, hosted by KEXP DJ Abbie. https://www.eventbrite.com/e/seachanger-tickets-65211173375",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}