Information about plays

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

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

{
    "id": 453738,
    "uri": "https://api.kexp.org/v2/plays/453738/?format=api",
    "airdate": "2001-08-09T05:40:00-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TDP0AYCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TDP0AYCQL._SL75_.jpg",
    "song": "Hope Can't Find Your Way",
    "track_id": "b4eae766-0f57-4615-b864-b3e2197a54f8",
    "recording_id": null,
    "artist": "Saeta",
    "artist_ids": [
        "7dad375d-d236-42c2-8cd2-e2e5d503e184"
    ],
    "album": "Structure in the Void",
    "release_id": "5d54ee65-de1a-4e7b-8e4c-14e712f84a9a",
    "release_group_id": null,
    "labels": [
        "Recurving"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}