Information about plays

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

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

{
    "id": 437149,
    "uri": "https://api.kexp.org/v2/plays/437149/?format=api",
    "airdate": "2001-06-21T19:33:20-07:00",
    "show": 7362,
    "show_uri": "https://api.kexp.org/v2/shows/7362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3148RANN18L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3148RANN18L._SL75_.jpg",
    "song": "You'll Never Know",
    "track_id": "801a0058-2908-4667-9464-7063ffa823dd",
    "recording_id": null,
    "artist": "The Mavericks",
    "artist_ids": [
        "21e68cc5-1295-4b66-8f4d-6ba58d63f78c"
    ],
    "album": "The Mavericks",
    "release_id": "28d79e63-2e5a-404d-b95f-f1b383babcfe",
    "release_group_id": null,
    "labels": [
        "cross three"
    ],
    "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"
}