Information about plays

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

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

{
    "id": 1274565,
    "uri": "https://api.kexp.org/v2/plays/1274565/?format=api",
    "airdate": "2007-09-02T23:58:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ThWz6M6xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ThWz6M6xL._SL75_.jpg",
    "song": "Elysian",
    "track_id": "04674c71-70e0-495e-bfe8-56f64b536d41",
    "recording_id": null,
    "artist": "Echospace",
    "artist_ids": [
        "e6e727f2-f87c-4310-ac95-57ae32be7da9"
    ],
    "album": "The Coldest Season",
    "release_id": "fa10e946-b6b0-4876-aebb-83e0f6f54f35",
    "release_group_id": null,
    "labels": [
        "Modern Love"
    ],
    "label_ids": [
        "8b89e632-47a7-4b59-9ff0-071d59c59203"
    ],
    "release_date": "2007-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}