Information about plays

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

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

{
    "id": 518612,
    "uri": "https://api.kexp.org/v2/plays/518612/?format=api",
    "airdate": "2002-02-17T00:23:00-08:00",
    "show": 8948,
    "show_uri": "https://api.kexp.org/v2/shows/8948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212T1PJHNAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212T1PJHNAL._SL75_.jpg",
    "song": "Goodbye Pork Pie Hat",
    "track_id": "da341ba2-d09f-4e29-94d1-692feedb36e9",
    "recording_id": null,
    "artist": "Bert Jansch & John Renbourn",
    "artist_ids": [
        "aea59901-28ea-4c5f-ab9e-75907ac8cb94"
    ],
    "album": "Bert and John",
    "release_id": "796afab5-4035-4ed7-9848-4586adfceda3",
    "release_group_id": null,
    "labels": [
        "transatlantic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}