Information about plays

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

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

{
    "id": 430583,
    "uri": "https://api.kexp.org/v2/plays/430583/?format=api",
    "airdate": "2001-06-02T10:40:00-07:00",
    "show": 7238,
    "show_uri": "https://api.kexp.org/v2/shows/7238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I9BPWpvhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I9BPWpvhL._SL75_.jpg",
    "song": "Nike Air",
    "track_id": "f169fdcd-3b07-43de-9a0d-8fbd1bd8a828",
    "recording_id": null,
    "artist": "Mr. Vegas",
    "artist_ids": [
        "a1b20750-6757-4bf6-8235-4e1fc45cc46b"
    ],
    "album": "Heads High",
    "release_id": "cc15ae7d-a99b-447f-9009-bf44c9fd000c",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}