Information about plays

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

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

{
    "id": 530707,
    "uri": "https://api.kexp.org/v2/plays/530707/?format=api",
    "airdate": "2002-03-24T18:52:00-08:00",
    "show": 9189,
    "show_uri": "https://api.kexp.org/v2/shows/9189/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q9TK4B86L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q9TK4B86L._SL75_.jpg",
    "song": "Next Level",
    "track_id": "d983d39e-af5e-4083-9c1f-01436c1f7e81",
    "recording_id": null,
    "artist": "Showbiz & A.G.",
    "artist_ids": [
        "4b72efe6-5f9e-46cb-84f5-60a9379df865"
    ],
    "album": "Goodfellas",
    "release_id": "837dae41-d1f0-437e-8e9a-f5cf679b0ba0",
    "release_group_id": null,
    "labels": [
        "Payday Records"
    ],
    "label_ids": [
        "b7b491ec-5f6d-40a2-8e03-10c2471a4093"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}