Information about plays

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

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

{
    "id": 1233524,
    "uri": "https://api.kexp.org/v2/plays/1233524/?format=api",
    "airdate": "2007-05-20T16:54:14-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AaUW4WZaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AaUW4WZaL._SL75_.jpg",
    "song": "Fear City",
    "track_id": "5e7d3a40-850c-4b18-b888-e36f0b10107b",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "New Moon (disc 2)",
    "release_id": "cb11b44e-fa3c-464a-a730-e536bec9b885",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2007-05-08",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}