Information about plays

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

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

{
    "id": 1315674,
    "uri": "https://api.kexp.org/v2/plays/1315674/?format=api",
    "airdate": "2007-12-18T14:03:52-08:00",
    "show": 23009,
    "show_uri": "https://api.kexp.org/v2/shows/23009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513QvNwVxlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513QvNwVxlL._SL75_.jpg",
    "song": "Hold on to This Coat",
    "track_id": "a32f3c19-e0bb-48b2-b9eb-18c68faa6c7f",
    "recording_id": null,
    "artist": "The Rosebuds",
    "artist_ids": [
        "14714316-e9eb-41d8-9b07-2bf74b3b7b3e"
    ],
    "album": "Night of the Furies",
    "release_id": "25a7cd44-8e6e-498f-a4e2-fa158b678317",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}