Information about plays

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

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

{
    "id": 414360,
    "uri": "https://api.kexp.org/v2/plays/414360/?format=api",
    "airdate": "2001-01-02T00:25:37-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?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": "You Can't Go Home Again",
    "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"
}