Information about plays

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

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

{
    "id": 1340737,
    "uri": "https://api.kexp.org/v2/plays/1340737/?format=api",
    "airdate": "2008-02-19T16:37:56-08:00",
    "show": 23425,
    "show_uri": "https://api.kexp.org/v2/shows/23425/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51g2ACMrB%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51g2ACMrB%2BL._SL75_.jpg",
    "song": "Turn It on Me",
    "track_id": "c037c601-1dae-4412-8a4d-43a461d03aa4",
    "recording_id": null,
    "artist": "Antietam",
    "artist_ids": [
        "39cb09fb-0a41-4f76-a616-62d1d65304c9"
    ],
    "album": "Opus Mixtum (disc 1)",
    "release_id": "73b9b2d2-8464-41f3-b86e-5adc60efcb9e",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}