Information about plays

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

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

{
    "id": 415938,
    "uri": "https://api.kexp.org/v2/plays/415938/?format=api",
    "airdate": "2001-04-18T07:03:31-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41802P4QBBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41802P4QBBL._SL75_.jpg",
    "song": "When My Boy Walks Down the Street",
    "track_id": null,
    "recording_id": null,
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs, Volume 2",
    "release_id": "2a8dc3d9-380d-4f44-9036-11e3f82e27af",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}