Information about plays

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

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

{
    "id": 1379786,
    "uri": "https://api.kexp.org/v2/plays/1379786/?format=api",
    "airdate": "2008-05-29T00:41:45-07:00",
    "show": 24079,
    "show_uri": "https://api.kexp.org/v2/shows/24079/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NT0DRCGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NT0DRCGKL._SL75_.jpg",
    "song": "Giving Up the Ghost",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "b1b73efb-ead5-4c3e-8ab2-96e53c7a3fc3",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}