Information about plays

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

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

{
    "id": 1380751,
    "uri": "https://api.kexp.org/v2/plays/1380751/?format=api",
    "airdate": "2008-05-31T22:30:09-07:00",
    "show": 24098,
    "show_uri": "https://api.kexp.org/v2/shows/24098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614KA7VPGGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614KA7VPGGL._SL75_.jpg",
    "song": "I Like Your Mom",
    "track_id": "7c67eb97-19de-470a-b349-0559914b2921",
    "recording_id": null,
    "artist": "The Bouncing Souls",
    "artist_ids": [
        "429d5f26-329c-41cc-bdff-17c29dbf1fb8"
    ],
    "album": "The Good, the Bad, and the Argyle",
    "release_id": "d4a702d3-c005-47f1-abce-d45381574272",
    "release_group_id": null,
    "labels": [
        "Chunksaah Records"
    ],
    "label_ids": [
        "6a6c1f2d-42b2-4c94-9e7d-859602176292"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}