Information about plays

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

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

{
    "id": 429000,
    "uri": "https://api.kexp.org/v2/plays/429000/?format=api",
    "airdate": "2001-05-28T19:13:20-07:00",
    "show": 7210,
    "show_uri": "https://api.kexp.org/v2/shows/7210/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qFG7tVUGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qFG7tVUGL._SL75_.jpg",
    "song": "Jijy",
    "track_id": "e9403da4-598a-48d7-9e70-2b0403953c66",
    "recording_id": null,
    "artist": "Rajery",
    "artist_ids": [
        "9dd562f5-3e87-41a2-9eb1-851439f2f068"
    ],
    "album": "Dorotanety",
    "release_id": "72264008-b2f2-4a62-9ecc-90d4059ee64b",
    "release_group_id": null,
    "labels": [
        "Label Bleu/Indigo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}