Information about plays

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

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

{
    "id": 1355784,
    "uri": "https://api.kexp.org/v2/plays/1355784/?format=api",
    "airdate": "2008-03-29T15:02:00-07:00",
    "show": 23678,
    "show_uri": "https://api.kexp.org/v2/shows/23678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61EkYhscv2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61EkYhscv2L._SL75_.jpg",
    "song": "We Want the Airwaves",
    "track_id": "06398a74-96e4-45e7-9b77-898e653035d1",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Ramones Mania",
    "release_id": "228f8295-5b07-4f44-a1f6-d504fbf4a22e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}