Information about plays

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

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

{
    "id": 488943,
    "uri": "https://api.kexp.org/v2/plays/488943/?format=api",
    "airdate": "2001-11-21T15:08:00-08:00",
    "show": 8370,
    "show_uri": "https://api.kexp.org/v2/shows/8370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KCM2YZ5GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KCM2YZ5GL._SL75_.jpg",
    "song": "Vem Kan Segla",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Cowboy in Sweden",
    "release_id": "c7c6ec62-7d81-4d39-afc2-bc42d6270763",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}