Information about plays

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

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

{
    "id": 1363528,
    "uri": "https://api.kexp.org/v2/plays/1363528/?format=api",
    "airdate": "2008-04-18T03:14:59-07:00",
    "show": 23808,
    "show_uri": "https://api.kexp.org/v2/shows/23808/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wzI%2BkJhsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wzI%2BkJhsL._SL75_.jpg",
    "song": "See What It's About",
    "track_id": "eec440f8-c545-4f83-b14a-b88844310621",
    "recording_id": null,
    "artist": "Eliot Lipp",
    "artist_ids": [
        "7a435f72-9ff0-4a33-b393-9a632d09a79f"
    ],
    "album": "The Outside",
    "release_id": "aa6e1e70-9f3c-421b-bc4e-d8b4cae5ed78",
    "release_group_id": null,
    "labels": [
        "Mush Records"
    ],
    "label_ids": [
        "05e6e753-0f22-438d-9cdd-cdc57eb56433"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}