Information about plays

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

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

{
    "id": 1233701,
    "uri": "https://api.kexp.org/v2/plays/1233701/?format=api",
    "airdate": "2007-05-21T03:44:26-07:00",
    "show": 21613,
    "show_uri": "https://api.kexp.org/v2/shows/21613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515wybZpbTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515wybZpbTL._SL75_.jpg",
    "song": "Johnny's Far Away",
    "track_id": "9b12679b-5e15-424b-b30b-fee713eb15c7",
    "recording_id": null,
    "artist": "Richard Thompson",
    "artist_ids": [
        "ecfeacaf-0399-470f-8207-d1c646569fd0"
    ],
    "album": "Sweet Warrior",
    "release_id": "0b8f30fc-f74c-45de-bd1b-f1346e3825e4",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}