Information about plays

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

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

{
    "id": 1275878,
    "uri": "https://api.kexp.org/v2/plays/1275878/?format=api",
    "airdate": "2007-09-06T05:08:00-07:00",
    "show": 22330,
    "show_uri": "https://api.kexp.org/v2/shows/22330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F1WWB42ZL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F1WWB42ZL._SL75_.gif",
    "song": "Johnny, Kick a Hole in the Sky",
    "track_id": "e9c77073-37e8-4778-bb40-1fe06f95b084",
    "recording_id": null,
    "artist": "Red Hot Chili Peppers",
    "artist_ids": [
        "8bfac288-ccc5-448d-9573-c33ea2aa5c30"
    ],
    "album": "Mother's Milk",
    "release_id": "e9ce5dff-c7af-4f4b-8423-5338e5d015a8",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1989-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}