Information about plays

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

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

{
    "id": 1384879,
    "uri": "https://api.kexp.org/v2/plays/1384879/?format=api",
    "airdate": "2008-06-12T18:50:37-07:00",
    "show": 24176,
    "show_uri": "https://api.kexp.org/v2/shows/24176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL._SL75_.jpg",
    "song": "Who's Cryin' Baby",
    "track_id": "40213563-b012-40c4-9ca3-8bfa1e6d5ff4",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "Good Thing Going",
    "release_id": "18154291-2c38-4dc1-90f3-0e4ec97ba2f2",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}