Information about plays

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

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

{
    "id": 423879,
    "uri": "https://api.kexp.org/v2/plays/423879/?format=api",
    "airdate": "2001-05-13T01:12:00-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31VZN51ZZTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31VZN51ZZTL._SL75_.jpg",
    "song": "Hey Sallie Mae (Get Off My Feet)",
    "track_id": "07e420e7-639a-4515-8d42-8f41dfae10ea",
    "recording_id": null,
    "artist": "Lee Fields",
    "artist_ids": [
        "21a6802c-9700-4ab1-be86-ce9d225ace43"
    ],
    "album": "Let's Get A Groove On",
    "release_id": "3428f5db-2d57-49b0-b91a-3e3c86700198",
    "release_group_id": null,
    "labels": [
        "Desco"
    ],
    "label_ids": [
        "d6a03e7a-8701-4a16-983d-d800963dde26"
    ],
    "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"
}