Information about plays

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

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

{
    "id": 415393,
    "uri": "https://api.kexp.org/v2/plays/415393/?format=api",
    "airdate": "2001-04-16T16:37:30-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zfZUgukAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zfZUgukAL._SL75_.jpg",
    "song": "The Hungry Wolf",
    "track_id": null,
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Under the Big Black Sun",
    "release_id": "a3c8da56-023e-4ba8-976d-05e6bd91d338",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}