Information about plays

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

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

{
    "id": 1414801,
    "uri": "https://api.kexp.org/v2/plays/1414801/?format=api",
    "airdate": "2008-08-27T04:15:41-07:00",
    "show": 24678,
    "show_uri": "https://api.kexp.org/v2/shows/24678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31%2BFbfe%2BvLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31%2BFbfe%2BvLL._SL75_.jpg",
    "song": "Lying in the Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Koushik",
    "artist_ids": [
        "51aad2ec-44b2-4466-8c10-60018972e6c3"
    ],
    "album": "Out My Window",
    "release_id": "fa8c74d3-03ed-4278-86e2-f65db78cd680",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2008-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}