Information about plays

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

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

{
    "id": 459484,
    "uri": "https://api.kexp.org/v2/plays/459484/?format=api",
    "airdate": "2001-08-25T15:53:20-07:00",
    "show": 7790,
    "show_uri": "https://api.kexp.org/v2/shows/7790/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517E7U18gYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517E7U18gYL._SL75_.jpg",
    "song": "Part Time Love",
    "track_id": "4519d1a6-919f-43ce-bdd9-3e38f191d527",
    "recording_id": null,
    "artist": "Luther Allison",
    "artist_ids": [
        "11cb567e-ecac-4226-8944-f862440e8bca"
    ],
    "album": "Luther's Blues",
    "release_id": "f4f40563-d134-434d-b1e0-9b94fdfacac6",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}