Information about plays

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

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

{
    "id": 503329,
    "uri": "https://api.kexp.org/v2/plays/503329/?format=api",
    "airdate": "2002-01-03T14:03:00-08:00",
    "show": 8650,
    "show_uri": "https://api.kexp.org/v2/shows/8650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413DY4BSSKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413DY4BSSKL._SL75_.jpg",
    "song": "Expensive Shoes",
    "track_id": "ae8ee5ac-e2f1-48bd-844d-dbdfecaca424",
    "recording_id": null,
    "artist": "Christina Rosenvinge",
    "artist_ids": [
        "d4ee5700-7e28-4008-abda-2239fd6a3d44"
    ],
    "album": "Frozen Pool",
    "release_id": "ab8fa8cc-53d1-48a1-8d38-f180e9e33264",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "2001-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}