Information about plays

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

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

{
    "id": 1233497,
    "uri": "https://api.kexp.org/v2/plays/1233497/?format=api",
    "airdate": "2007-05-20T15:00:57-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51O5qVnHmeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51O5qVnHmeL._SL75_.jpg",
    "song": "To the East",
    "track_id": null,
    "recording_id": null,
    "artist": "Electrelane",
    "artist_ids": [
        "7756e3dc-f44c-4678-a7bc-d1b31204a963"
    ],
    "album": "No Shouts, No Calls",
    "release_id": "ee226907-d810-4483-b410-58a2574708c2",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}