Information about plays

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

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

{
    "id": 533739,
    "uri": "https://api.kexp.org/v2/plays/533739/?format=api",
    "airdate": "2002-04-02T03:09:41-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41907N1BA4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41907N1BA4L._SL75_.jpg",
    "song": "I Ain't Found Nobody Yet",
    "track_id": "c25817ef-69bd-43bc-9caa-4a1398208499",
    "recording_id": null,
    "artist": "Caitlin Cary",
    "artist_ids": [
        "efa0679e-e1f0-4f84-a76a-6482da009343"
    ],
    "album": "While You Weren't Looking",
    "release_id": "284ce5a4-1b89-4e35-9bf4-e9058736747a",
    "release_group_id": null,
    "labels": [
        "Yep Roc"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}