Information about plays

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

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

{
    "id": 1375458,
    "uri": "https://api.kexp.org/v2/plays/1375458/?format=api",
    "airdate": "2008-05-18T01:46:49-07:00",
    "show": 24008,
    "show_uri": "https://api.kexp.org/v2/shows/24008/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415A3Ifeq2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415A3Ifeq2L._SL75_.jpg",
    "song": "Who Am I To Say",
    "track_id": "42abab2f-471d-4280-a5b2-aeb5cabb0ac3",
    "recording_id": null,
    "artist": "Justin Townes Earle",
    "artist_ids": [
        "6e0d1400-a880-4b2c-8305-e9b985a4549c"
    ],
    "album": "The Good Life",
    "release_id": "efe33fbf-aa0f-435f-b8e8-7e086f9d78e5",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}