Information about plays

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

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

{
    "id": 414513,
    "uri": "https://api.kexp.org/v2/plays/414513/?format=api",
    "airdate": "2001-03-11T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DWCH3FB4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DWCH3FB4L._SL75_.jpg",
    "song": "Wonderful World",
    "track_id": "7d071946-4717-491f-8958-e039c1a3d439",
    "recording_id": null,
    "artist": "Acetone",
    "artist_ids": [
        "56583c57-ca4c-4888-bbd6-008eebb03c0f"
    ],
    "album": "York Blvd.",
    "release_id": "8eb40223-cb3c-4e0e-85f3-7f30a404cca3",
    "release_group_id": null,
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}