Information about plays

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

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

{
    "id": 1355791,
    "uri": "https://api.kexp.org/v2/plays/1355791/?format=api",
    "airdate": "2008-03-29T15:28:55-07:00",
    "show": 23678,
    "show_uri": "https://api.kexp.org/v2/shows/23678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ijnKabD-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ijnKabD-L._SL75_.jpg",
    "song": "Cherree",
    "track_id": null,
    "recording_id": null,
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "Suicide",
    "release_id": "c6a0294d-6a9b-4bcc-8cca-7feabbbe4bbf",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}