Information about plays

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

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

{
    "id": 415673,
    "uri": "https://api.kexp.org/v2/plays/415673/?format=api",
    "airdate": "2001-04-17T09:45:52-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212LINfYf5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212LINfYf5L._SL75_.jpg",
    "song": "I'll Carry You (full version)",
    "track_id": "3e38faa2-99e1-408d-a881-6fda3f4899dd",
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "We Only Love You",
    "release_id": "0251493f-b1bd-4fde-935c-ac53ab00021e",
    "release_group_id": null,
    "labels": [
        "Bedazzled"
    ],
    "label_ids": [
        "d827b5a7-cb3b-4299-8646-5c886f45789e"
    ],
    "release_date": "1998-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}