Information about plays

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

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

{
    "id": 415628,
    "uri": "https://api.kexp.org/v2/plays/415628/?format=api",
    "airdate": "2001-04-17T07:18:56-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410M3NG8SEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410M3NG8SEL._SL75_.jpg",
    "song": "I Know You Want Me",
    "track_id": "8d4ab458-4823-42ef-8989-016de9d79f75",
    "recording_id": null,
    "artist": "Call and Response",
    "artist_ids": [
        "45cbdaf1-a925-43d1-85b1-082ab1a253c4"
    ],
    "album": "Call and Response",
    "release_id": "3f31d6da-e294-4bb4-90ba-80245bdf11eb",
    "release_group_id": null,
    "labels": [
        "Kindercore"
    ],
    "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"
}