Information about plays

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

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

{
    "id": 1257644,
    "uri": "https://api.kexp.org/v2/plays/1257644/?format=api",
    "airdate": "2007-07-22T04:44:21-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518lMcpNoqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518lMcpNoqL._SL75_.jpg",
    "song": "(Used to Be a) Cha-Cha",
    "track_id": null,
    "recording_id": null,
    "artist": "Jaco Pastorius",
    "artist_ids": [
        "46a6fac0-2e14-4214-b08e-3bdb1cffa5aa"
    ],
    "album": "Jaco Pastorius",
    "release_id": "4f5d9424-3e67-4c4a-8b89-ca2da123bb78",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "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"
}