Information about plays

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

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

{
    "id": 1083251,
    "uri": "https://api.kexp.org/v2/plays/1083251/?format=api",
    "airdate": "2006-04-24T03:43:26-07:00",
    "show": 19023,
    "show_uri": "https://api.kexp.org/v2/shows/19023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TZ5XYSNNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TZ5XYSNNL._SL75_.jpg",
    "song": "Shoot the Lights Out",
    "track_id": "2c2e2088-bdea-4cb8-9453-4a0847e8fb01",
    "recording_id": null,
    "artist": "The Watson Twins",
    "artist_ids": [
        "7f4b5546-a3c3-4e55-ba8d-53bf937fed30"
    ],
    "album": "Southern Manners",
    "release_id": "45e88da9-3aea-4a95-88d8-90bff4893fc0",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}