Information about plays

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

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

{
    "id": 1388644,
    "uri": "https://api.kexp.org/v2/plays/1388644/?format=api",
    "airdate": "2008-06-22T10:24:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bcDJ4Q%2BTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bcDJ4Q%2BTL._SL75_.jpg",
    "song": "Are You Lonely for Me",
    "track_id": "75173bfc-bf4d-4e17-b79f-4ca2d7c08fa4",
    "recording_id": null,
    "artist": "Freddie Scott",
    "artist_ids": [
        "715365ed-d9b6-4c52-932c-9f1d3846f689"
    ],
    "album": "Rhythm & Blues: 1967",
    "release_id": "886e6330-ec01-4bf6-ac89-e11b93e21dce",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}