Information about plays

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

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

{
    "id": 379325,
    "uri": "https://api.kexp.org/v2/plays/379325/?format=api",
    "airdate": "2019-09-10T23:26:29-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156/21129363908-250.jpg",
    "thumbnail_uri": "",
    "song": "Catalina",
    "track_id": "57df9554-d407-3660-8ed6-8699f0f4c5ad",
    "recording_id": null,
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Milo Goes to College",
    "release_id": "a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1991-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}