Information about plays

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

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

{
    "id": 532883,
    "uri": "https://api.kexp.org/v2/plays/532883/?format=api",
    "airdate": "2002-03-30T11:44:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OjgD4icZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OjgD4icZL._SL75_.jpg",
    "song": "Cool Down Your Temper",
    "track_id": "75e05c21-f5a0-4b0e-8ee3-5fa23f248fb8",
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [
        "c60178ab-c3d9-4f9d-ac56-4bf2eb93feed"
    ],
    "album": "Cool Down",
    "release_id": "7765adb0-4cb5-41b1-bb63-919b76920686",
    "release_group_id": null,
    "labels": [
        "clocktower"
    ],
    "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"
}