Information about plays

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

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

{
    "id": 1278210,
    "uri": "https://api.kexp.org/v2/plays/1278210/?format=api",
    "airdate": "2007-09-12T05:18:42-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maria Fumaca",
    "track_id": "b135032c-31cc-4c8c-9510-35e3ae2acce3",
    "recording_id": null,
    "artist": "Banda Black Rio",
    "artist_ids": [
        "2b99cd8e-55de-4a42-9cb8-6489f3195a4b"
    ],
    "album": "Samba Soul 70!",
    "release_id": "e7ad99d7-1068-4dd5-8e67-96ab9984baeb",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}