Information about plays

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

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

{
    "id": 1293187,
    "uri": "https://api.kexp.org/v2/plays/1293187/?format=api",
    "airdate": "2007-10-20T16:12:55-07:00",
    "show": 22625,
    "show_uri": "https://api.kexp.org/v2/shows/22625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-Zq5wYJOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-Zq5wYJOL._SL75_.jpg",
    "song": "Oh Yeah",
    "track_id": "89ae9c78-7e38-40ec-bf9f-79d1f2678890",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "647d7016-2683-42c6-b027-83114a7c3eec",
    "release_group_id": null,
    "labels": [
        "Virgin France"
    ],
    "label_ids": [
        "7aa3b3f7-04dc-49a5-8d6a-7c87b39ca216"
    ],
    "release_date": "1997-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}