Information about plays

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

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

{
    "id": 484480,
    "uri": "https://api.kexp.org/v2/plays/484480/?format=api",
    "airdate": "2001-11-07T17:45:00-08:00",
    "show": 8277,
    "show_uri": "https://api.kexp.org/v2/shows/8277/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A%2BvPcY3zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A%2BvPcY3zL._SL75_.jpg",
    "song": "California Kid",
    "track_id": "bebdd7b5-c6a2-4352-8d2b-813b4a929878",
    "recording_id": null,
    "artist": "The Beat Farmers",
    "artist_ids": [
        "fa5d4d6f-bfca-4412-869e-def05b4974bb"
    ],
    "album": "Loud and Plowed and ... LIVE!!",
    "release_id": "8ea95945-252f-481d-a914-d5d54de5a9e1",
    "release_group_id": null,
    "labels": [
        "Curb"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}