Information about plays

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

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

{
    "id": 1387384,
    "uri": "https://api.kexp.org/v2/plays/1387384/?format=api",
    "airdate": "2008-06-19T04:39:33-07:00",
    "show": 24218,
    "show_uri": "https://api.kexp.org/v2/shows/24218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51geP8SSazL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51geP8SSazL._SL75_.jpg",
    "song": "All Grown Up",
    "track_id": "dfbce8d5-cde7-4f83-a3b7-c779625b54b9",
    "recording_id": null,
    "artist": "Gore Gore Girls",
    "artist_ids": [
        "fad5159e-4844-44d0-8579-c5976b70e5de"
    ],
    "album": "Get the Gore",
    "release_id": "d78ada06-8d05-4180-b0e0-79ad7b416a07",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}