Information about plays

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

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

{
    "id": 375803,
    "uri": "https://api.kexp.org/v2/plays/375803/?format=api",
    "airdate": "2019-09-03T01:11:18-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c33331d-5e59-4052-97d1-c4e4f77d1e71/11841403105-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven Sent",
    "track_id": "1c9136f1-75a4-4596-99a7-93f6aef8734c",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}