Information about plays

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

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

{
    "id": 1387243,
    "uri": "https://api.kexp.org/v2/plays/1387243/?format=api",
    "airdate": "2008-06-18T21:01:09-07:00",
    "show": 24217,
    "show_uri": "https://api.kexp.org/v2/shows/24217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31K68TMSDZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31K68TMSDZL._SL75_.jpg",
    "song": "For the Good Times",
    "track_id": "69dc80a5-d91a-45ab-b7ff-950ed964c634",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Tokyo Live",
    "release_id": "1f7da880-af45-4bf8-9ef2-85da60307e02",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "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"
}