Information about plays

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

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

{
    "id": 1351497,
    "uri": "https://api.kexp.org/v2/plays/1351497/?format=api",
    "airdate": "2008-03-19T00:42:02-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415Ql3AfxPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415Ql3AfxPL._SL75_.jpg",
    "song": "Heavy Heart",
    "track_id": "a65ffac2-a8b4-4aa8-8fe9-823d34138082",
    "recording_id": null,
    "artist": "Ghostland Observatory",
    "artist_ids": [
        "b0fa8b31-87cb-43ad-9f15-179725c1e3b6"
    ],
    "album": "Robotique Majestique",
    "release_id": "5b430c51-ad5e-4a1f-a52c-c6625b412e61",
    "release_group_id": null,
    "labels": [
        "Trashy Moped"
    ],
    "label_ids": [
        "b7ec35bd-04d6-4927-abb3-8a15cf4f55b2"
    ],
    "release_date": "2008-03-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}