Information about plays

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

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

{
    "id": 530522,
    "uri": "https://api.kexp.org/v2/plays/530522/?format=api",
    "airdate": "2002-03-24T02:11:02-08:00",
    "show": 9184,
    "show_uri": "https://api.kexp.org/v2/shows/9184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3190ZW5EVGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3190ZW5EVGL._SL75_.jpg",
    "song": "Difference",
    "track_id": "51b90dc6-f480-429d-b065-ccb65e21ceda",
    "recording_id": null,
    "artist": "Varnaline",
    "artist_ids": [
        "24a48aa8-c51d-48b0-9a6b-7e7f8e3bdea6"
    ],
    "album": "Songs in a Northern Key",
    "release_id": "6bb2a9a2-6a7f-4d5a-9fe3-6148b233c69b",
    "release_group_id": null,
    "labels": [
        "E-Squared"
    ],
    "label_ids": [],
    "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"
}