Information about plays

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

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

{
    "id": 465240,
    "uri": "https://api.kexp.org/v2/plays/465240/?format=api",
    "airdate": "2001-09-11T22:28:14-07:00",
    "show": 7907,
    "show_uri": "https://api.kexp.org/v2/shows/7907/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JFENCPS6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JFENCPS6L._SL75_.jpg",
    "song": "Follow the Sound",
    "track_id": "b282d08c-8896-4bac-8bf9-5f8bc90280e4",
    "recording_id": null,
    "artist": "Mascott",
    "artist_ids": [
        "40ef368f-fd7b-487f-aca8-e237fcaaa33f"
    ],
    "album": "Follow the Sound",
    "release_id": "37af9703-281f-49d2-938c-ff3f3f4a1d41",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}