Information about plays

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

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

{
    "id": 379705,
    "uri": "https://api.kexp.org/v2/plays/379705/?format=api",
    "airdate": "2019-09-11T21:44:19-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ed91d02-694d-470b-9914-d07fc4924d25/10125016296-250.jpg",
    "thumbnail_uri": "",
    "song": "Yeah Right",
    "track_id": "91d73e49-f24c-468b-9fa6-5de777fd1377",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "What For?",
    "release_id": "3ed91d02-694d-470b-9914-d07fc4924d25",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}