Information about plays

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

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

{
    "id": 1377644,
    "uri": "https://api.kexp.org/v2/plays/1377644/?format=api",
    "airdate": "2008-05-23T13:38:06-07:00",
    "show": 24042,
    "show_uri": "https://api.kexp.org/v2/shows/24042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q98DzY7NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q98DzY7NL._SL75_.jpg",
    "song": "Lose Big",
    "track_id": "4b7a60ef-0ec3-4f84-9bc9-9249663d5da8",
    "recording_id": null,
    "artist": "Eef Barzelay",
    "artist_ids": [
        "08342a32-9bc9-48e5-9086-d68ac785c171"
    ],
    "album": "Lose Big",
    "release_id": "b67d383f-3b6a-4b14-8944-74fe0e543245",
    "release_group_id": null,
    "labels": [
        "Savoy Records"
    ],
    "label_ids": [
        "afca1966-d675-4754-8baf-5822644d3a96"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}