Information about plays

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

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

{
    "id": 479507,
    "uri": "https://api.kexp.org/v2/plays/479507/?format=api",
    "airdate": "2001-10-23T19:13:20-07:00",
    "show": 8182,
    "show_uri": "https://api.kexp.org/v2/shows/8182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tout est bleu",
    "track_id": "f2f541ef-0b2d-428a-9c19-82002386dfd0",
    "recording_id": null,
    "artist": "Âme Strong",
    "artist_ids": [
        "ed223f2e-4f1a-4527-bf8c-0b9351452c4b"
    ],
    "album": "Quango World Groove",
    "release_id": "057c5c5c-642a-4575-89a6-5c840e4848d3",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}