Information about plays

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

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

{
    "id": 532814,
    "uri": "https://api.kexp.org/v2/plays/532814/?format=api",
    "airdate": "2002-03-30T05:37:27-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ugkbj3r4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ugkbj3r4L._SL75_.jpg",
    "song": "Mandry Ve?",
    "track_id": "6dc57dc3-39bb-43e1-bfa9-ef3cfd1860cc",
    "recording_id": null,
    "artist": "Rajery",
    "artist_ids": [
        "9dd562f5-3e87-41a2-9eb1-851439f2f068"
    ],
    "album": "Fanamby",
    "release_id": "ea298567-00e8-4af3-b932-a46b5c8e12c9",
    "release_group_id": null,
    "labels": [
        "indigo"
    ],
    "label_ids": [
        "dbbe29a1-f0be-42b4-a8db-f30b6eae7887"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}