Information about plays

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

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

{
    "id": 1355588,
    "uri": "https://api.kexp.org/v2/plays/1355588/?format=api",
    "airdate": "2008-03-29T01:08:10-07:00",
    "show": 23674,
    "show_uri": "https://api.kexp.org/v2/shows/23674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BT2A2FFTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BT2A2FFTL._SL75_.jpg",
    "song": "Bad Mouth",
    "track_id": null,
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Uh Huh Her",
    "release_id": "f86c0b17-f117-45e0-94b2-5dd4664e271e",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}