Information about plays

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

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

{
    "id": 493647,
    "uri": "https://api.kexp.org/v2/plays/493647/?format=api",
    "airdate": "2001-12-05T14:07:00-08:00",
    "show": 8464,
    "show_uri": "https://api.kexp.org/v2/shows/8464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2000 Light Years from Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Sky Cries Mary",
    "artist_ids": [
        "fac20eaa-297c-4d54-a84f-e7c845a7d184"
    ],
    "album": "2000 Light Years from Home",
    "release_id": "a5f73c13-7cd0-40f1-847a-ebaa71c7f16b",
    "release_group_id": null,
    "labels": [
        "World Domination"
    ],
    "label_ids": [
        "020ac1ff-2daf-4937-9022-fdc7782edbd5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}