Information about plays

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

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

{
    "id": 1385260,
    "uri": "https://api.kexp.org/v2/plays/1385260/?format=api",
    "airdate": "2008-06-13T18:28:47-07:00",
    "show": 24182,
    "show_uri": "https://api.kexp.org/v2/shows/24182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31fe8niAu5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31fe8niAu5L._SL75_.jpg",
    "song": "What Do I Care",
    "track_id": "e8815ea2-644d-488a-be71-9872e5a66eda",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Man in Black: 1954-1958 (disc 4)",
    "release_id": "d67212d7-96b1-403b-b71e-6fc8623ff0e3",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1990-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}