Information about plays

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

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

{
    "id": 375279,
    "uri": "https://api.kexp.org/v2/plays/375279/?format=api",
    "airdate": "2019-09-01T14:46:41-07:00",
    "show": 6248,
    "show_uri": "https://api.kexp.org/v2/shows/6248/?format=api",
    "image_uri": "http://coverartarchive.org/release/47349b48-0937-4519-88cc-20b6e47b1059/20674956488-250.jpg",
    "thumbnail_uri": "",
    "song": "Let It Happen",
    "track_id": "71abde30-b8fc-42c1-9d61-7609f50b2107",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Currents",
    "release_id": "47349b48-0937-4519-88cc-20b6e47b1059",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2015-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://official.tameimpala.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}