Information about plays

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

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

{
    "id": 438814,
    "uri": "https://api.kexp.org/v2/plays/438814/?format=api",
    "airdate": "2001-06-26T16:56:15-07:00",
    "show": 7396,
    "show_uri": "https://api.kexp.org/v2/shows/7396/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31%2B6-KnQfUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31%2B6-KnQfUL._SL75_.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "The Peel Sessions",
    "release_id": "0373ab30-5917-44ff-8b89-5408947456ae",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "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"
}