Information about plays

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

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

{
    "id": 425879,
    "uri": "https://api.kexp.org/v2/plays/425879/?format=api",
    "airdate": "2001-05-18T23:43:38-07:00",
    "show": 7145,
    "show_uri": "https://api.kexp.org/v2/shows/7145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fhqJRhbhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fhqJRhbhL._SL75_.jpg",
    "song": "Martial Law",
    "track_id": "7036d822-098e-48b1-b4f9-c9237ff805ea",
    "recording_id": null,
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Hey Man... Smell My Finger",
    "release_id": "e9a5e3b0-69b2-4584-a29b-b383286d9f1a",
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "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"
}