Information about plays

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

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

{
    "id": 375578,
    "uri": "https://api.kexp.org/v2/plays/375578/?format=api",
    "airdate": "2019-09-02T10:25:30-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/f22659b0-af4c-4684-b63d-557c5641df90/19687304580-250.jpg",
    "thumbnail_uri": "",
    "song": "Feeling Ok",
    "track_id": "56011d0e-d5d1-495c-9a14-7dfe273ec2ce",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "California Nights",
    "release_id": "f22659b0-af4c-4684-b63d-557c5641df90",
    "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": "DJ Abbie is DJing/hosting SEAchanger! Best Coast will be playing this show at Myrtle Edwards Park with The Courtneys on September 14, 2019. https://www.kexp.org/seachanger/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}