Information about plays

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

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

{
    "id": 1356072,
    "uri": "https://api.kexp.org/v2/plays/1356072/?format=api",
    "airdate": "2008-03-30T09:28:15-07:00",
    "show": 23684,
    "show_uri": "https://api.kexp.org/v2/shows/23684/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/2130HJ4F1EL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/2130HJ4F1EL._SL75_.jpg",
    "song": "Love Pretty Women",
    "track_id": "d7bb728d-851d-4281-8531-cf835445616f",
    "recording_id": null,
    "artist": "Carey Bell",
    "artist_ids": [
        "02284ac3-460d-4c28-9bcd-2103ac75ede9"
    ],
    "album": "Last Night",
    "release_id": "227ce860-6305-4544-9c66-20ab5b739728",
    "release_group_id": null,
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "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"
}