Information about plays

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

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

{
    "id": 414376,
    "uri": "https://api.kexp.org/v2/plays/414376/?format=api",
    "airdate": "2001-01-02T15:35:32-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BbKOuZPLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BbKOuZPLL._SL75_.jpg",
    "song": "Do the 45",
    "track_id": "65bc581c-9a2b-4434-8e68-1643bca66ed8",
    "recording_id": null,
    "artist": "Ryan Shaw",
    "artist_ids": [
        "f2599748-0ac0-45f2-8e45-842e5b7d79c3"
    ],
    "album": "This Is Ryan Shaw",
    "release_id": "fd2420c8-1608-41d6-ac94-ef93c45f60bb",
    "release_group_id": null,
    "labels": [
        "RED Ink"
    ],
    "label_ids": [
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}