Information about plays

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

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

{
    "id": 1312806,
    "uri": "https://api.kexp.org/v2/plays/1312806/?format=api",
    "airdate": "2007-12-11T05:18:54-08:00",
    "show": 22961,
    "show_uri": "https://api.kexp.org/v2/shows/22961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-znaTvI1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-znaTvI1L._SL75_.jpg",
    "song": "96 Tears",
    "track_id": "ab885dbd-cebb-4f2f-aa47-12a056f64a77",
    "recording_id": null,
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Peaches: The Very Best Of",
    "release_id": "63a62506-dc60-4c07-bf6d-4163a46a1f3c",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}