Information about plays

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

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

{
    "id": 381330,
    "uri": "https://api.kexp.org/v2/plays/381330/?format=api",
    "airdate": "2019-09-15T19:08:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tierra Mama",
    "track_id": "a1e0fb1d-1b6d-4fb1-b1da-38489471e17d",
    "recording_id": null,
    "artist": "Quantic",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "68d35763-42af-48f9-9afb-81aeb20dfa9f",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}