Information about plays

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

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

{
    "id": 381600,
    "uri": "https://api.kexp.org/v2/plays/381600/?format=api",
    "airdate": "2019-09-16T13:07:00-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Punto Final",
    "track_id": null,
    "recording_id": null,
    "artist": "Centavrvs",
    "artist_ids": [
        "384d33ea-0445-4d1e-b62f-06d9e0f98629"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Centavrvs El Punto Final Live on KEXP was recorded February 26th during kexp's broadcast from Mexico City earlier this year. You can watch the video here: https://www.youtube.com/watch?v=aU4YQedj57A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}