Information about plays

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

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

{
    "id": 530215,
    "uri": "https://api.kexp.org/v2/plays/530215/?format=api",
    "airdate": "2002-03-23T03:02:05-08:00",
    "show": 9175,
    "show_uri": "https://api.kexp.org/v2/shows/9175/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JBGX43PBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JBGX43PBL._SL75_.jpg",
    "song": "Dunya",
    "track_id": "a516380f-8cef-42d2-ad16-67378ba8f618",
    "recording_id": null,
    "artist": "Arkin Allen & Jetone",
    "artist_ids": [
        "d9238814-b49f-4c28-a797-f8a9fc2ce6ff"
    ],
    "album": "Ambient Systems: Interior Horizons",
    "release_id": "9a8ef5e2-192c-4f26-a3cd-3a551e3db591",
    "release_group_id": null,
    "labels": [
        "Interchill Records"
    ],
    "label_ids": [
        "25f16e78-d0b3-4cc7-991d-ffc4b81c7c44"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}