Information about plays

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

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

{
    "id": 506272,
    "uri": "https://api.kexp.org/v2/plays/506272/?format=api",
    "airdate": "2002-01-12T11:06:00-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619ShLXPVxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619ShLXPVxL._SL75_.jpg",
    "song": "Pressure Drop",
    "track_id": "8005daf4-ec08-44e0-8554-07fa32232dd2",
    "recording_id": null,
    "artist": "The Maytals",
    "artist_ids": [
        "d35e1026-638b-4c92-b53e-43cfc0172e86"
    ],
    "album": "The Harder They Come",
    "release_id": "3995aa6f-7425-4007-8868-c5bca5b3a5e4",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}