Information about plays

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

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

{
    "id": 419555,
    "uri": "https://api.kexp.org/v2/plays/419555/?format=api",
    "airdate": "2001-04-29T22:12:00-07:00",
    "show": 7016,
    "show_uri": "https://api.kexp.org/v2/shows/7016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M1PoaaYpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M1PoaaYpL._SL75_.jpg",
    "song": "Sokoni (From The Sea) - Interlude",
    "track_id": "9c0a54e7-2c1b-4599-b5e6-b1e7000906e9",
    "recording_id": null,
    "artist": "Lonnie Plaxico",
    "artist_ids": [
        "a016ee9e-1f49-4906-9b1b-31b3ffb61c7d"
    ],
    "album": "Emergence",
    "release_id": "0c5b8807-f8eb-43cb-840b-9055eb2bfc2e",
    "release_group_id": null,
    "labels": [
        "Savant"
    ],
    "label_ids": [],
    "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"
}