Information about plays

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

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

{
    "id": 430156,
    "uri": "https://api.kexp.org/v2/plays/430156/?format=api",
    "airdate": "2001-06-01T01:32:43-07:00",
    "show": 7230,
    "show_uri": "https://api.kexp.org/v2/shows/7230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31C7NKD5KHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31C7NKD5KHL._SL75_.jpg",
    "song": "Tragic",
    "track_id": "389dde8d-2136-44c7-883b-669af366f3a4",
    "recording_id": null,
    "artist": "Justin Clayton",
    "artist_ids": [
        "ab1813b9-7cd3-4807-a80e-cad0b0ebdae5"
    ],
    "album": "Limb",
    "release_id": "2b8a7593-5e9a-46e5-966a-2f9b0616c8fc",
    "release_group_id": null,
    "labels": [
        "Navarre"
    ],
    "label_ids": [
        "b0b2e971-b256-4fb0-a67f-980a61973415"
    ],
    "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"
}