Information about plays

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

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

{
    "id": 375060,
    "uri": "https://api.kexp.org/v2/plays/375060/?format=api",
    "airdate": "2019-09-01T02:07:15-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "http://coverartarchive.org/release/d0582f30-85e5-4774-a98a-823b9d1c5a15/22842695605-250.jpg",
    "thumbnail_uri": "",
    "song": "Sin Vértigo",
    "track_id": "4ba821fc-12eb-4179-b5f4-98a6704b0290",
    "recording_id": null,
    "artist": "Los Mundos",
    "artist_ids": [
        "b0c3879f-7e95-43ed-bc1e-f21cca58db5c"
    ],
    "album": "Calor Central",
    "release_id": "d0582f30-85e5-4774-a98a-823b9d1c5a15",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Monterrey Mexico. The duo are supposed to have recorded the percussion off their new album in an abandoned mine in order to get that cavernous sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}