Information about plays

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

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

{
    "id": 415498,
    "uri": "https://api.kexp.org/v2/plays/415498/?format=api",
    "airdate": "2001-04-17T00:10:35-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zUt4l-ikL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zUt4l-ikL._SL75_.jpg",
    "song": "When I Grow Up (Bassnectar remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bassnectar",
    "artist_ids": [
        "5d7c4cfc-29e7-4c83-8893-ae02679fc9f4"
    ],
    "album": "Cozza Frenzy",
    "release_id": "b2d4a8df-9f12-4289-824e-7f939ddeef4e",
    "release_group_id": null,
    "labels": [
        "Child's Play Records"
    ],
    "label_ids": [
        "c64ae5f0-d6ea-42b1-9f5b-b20132246dde"
    ],
    "release_date": "2009-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}