Information about plays

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

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

{
    "id": 1415102,
    "uri": "https://api.kexp.org/v2/plays/1415102/?format=api",
    "airdate": "2008-08-27T22:46:11-07:00",
    "show": 24683,
    "show_uri": "https://api.kexp.org/v2/shows/24683/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61O3kf6cPfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61O3kf6cPfL._SL75_.jpg",
    "song": "Rainbow Claw",
    "track_id": "24f55499-2baa-4283-af7b-cdec3ce2388a",
    "recording_id": null,
    "artist": "Tussle",
    "artist_ids": [
        "187e77ca-4382-4511-8f44-4d50d73688eb"
    ],
    "album": "Cream Cuts",
    "release_id": "ae8604e0-8c66-4267-8474-57a5a7331466",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2008-08-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}