Information about plays

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

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

{
    "id": 415722,
    "uri": "https://api.kexp.org/v2/plays/415722/?format=api",
    "airdate": "2001-04-17T12:41:15-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vwnxAfRpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vwnxAfRpL._SL75_.jpg",
    "song": "Come Clean",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeru the Damaja",
    "artist_ids": [
        "6593c2bc-9327-4adf-a8b2-b315e4f5c0bb"
    ],
    "album": "The Sun Rises in the East",
    "release_id": "febfefe1-1550-47cd-8020-b3129b310cb0",
    "release_group_id": null,
    "labels": [
        "Payday Records"
    ],
    "label_ids": [
        "b7b491ec-5f6d-40a2-8e03-10c2471a4093"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}