Information about plays

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

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

{
    "id": 1344756,
    "uri": "https://api.kexp.org/v2/plays/1344756/?format=api",
    "airdate": "2008-03-02T02:39:36-08:00",
    "show": 23501,
    "show_uri": "https://api.kexp.org/v2/shows/23501/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Twd7z3nkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Twd7z3nkL._SL75_.jpg",
    "song": "Broke My Back",
    "track_id": "e7d3a9f1-48f7-4307-acb7-2b5b97198c35",
    "recording_id": null,
    "artist": "For Against",
    "artist_ids": [
        "9fa3dd7d-a8ae-463c-a4a2-22bbd91c826c"
    ],
    "album": "Echelons",
    "release_id": "b9865ff1-45e5-4663-947c-27b9e9c6e06d",
    "release_group_id": null,
    "labels": [
        "Project Blowed"
    ],
    "label_ids": [
        "16e3feec-8f18-4ef7-8042-90d0266148e5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}