Information about plays

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

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

{
    "id": 506720,
    "uri": "https://api.kexp.org/v2/plays/506720/?format=api",
    "airdate": "2002-01-13T20:33:20-08:00",
    "show": 8722,
    "show_uri": "https://api.kexp.org/v2/shows/8722/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T4WZFSFWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T4WZFSFWL._SL75_.jpg",
    "song": "Control",
    "track_id": "c7b2b5b9-e9f6-4c87-a9e2-3b75c7f5142b",
    "recording_id": null,
    "artist": "Calibre & Abstract",
    "artist_ids": [
        "14f7d7dc-19d6-4e9e-84c4-5732f85ccf2d"
    ],
    "album": "Stateside Sessions: Drum & Bass, Volume 1",
    "release_id": "c8375718-57ee-47d4-a6e5-14bc5da7480c",
    "release_group_id": null,
    "labels": [
        "Phuturo"
    ],
    "label_ids": [],
    "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"
}