Information about plays

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

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

{
    "id": 425718,
    "uri": "https://api.kexp.org/v2/plays/425718/?format=api",
    "airdate": "2001-05-18T13:48:00-07:00",
    "show": 7142,
    "show_uri": "https://api.kexp.org/v2/shows/7142/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511t2MXCfVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511t2MXCfVL._SL75_.jpg",
    "song": "Chinatown",
    "track_id": null,
    "recording_id": null,
    "artist": "Jets to Brazil",
    "artist_ids": [
        "675ec992-a8e4-41f8-b28b-1aad0c8a9ad1"
    ],
    "album": "Orange Rhyming Dictionary",
    "release_id": "aaa3c223-902d-48a6-b139-f3e0489b1089",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1998-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}