Information about plays

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

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

{
    "id": 1281442,
    "uri": "https://api.kexp.org/v2/plays/1281442/?format=api",
    "airdate": "2007-09-20T12:31:28-07:00",
    "show": 22424,
    "show_uri": "https://api.kexp.org/v2/shows/22424/?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": "Southern Manners",
    "track_id": "7e3a32e4-b7ce-47a4-a44e-b194b45ee3dd",
    "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": [
        "The Soft Pack"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}