Information about plays

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

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

{
    "id": 379131,
    "uri": "https://api.kexp.org/v2/plays/379131/?format=api",
    "airdate": "2019-09-10T13:28:08-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c33331d-5e59-4052-97d1-c4e4f77d1e71/11841403105-250.jpg",
    "thumbnail_uri": "",
    "song": "Feeling Ok",
    "track_id": "60e5e642-4a63-4a1d-a196-86b2a8630b35",
    "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": "As John writes, this music community IS a community.  Knowing of others battles helped him find comfort \"in knowing I was not, and am not, alone\"  You're not alone, John.  Best Coast will be playing at  SEAchanger, a waterfront concert benefitting Seattle’s unsheltered families. It's this Saturday, September 14th, at Myrtle Edwards Park.  Learn more: https://www.kexp.org/events/kexp-events/starbucks-kexp-friends-waterfront-seattle-present-seachanger/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}