Information about plays

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

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

{
    "id": 506501,
    "uri": "https://api.kexp.org/v2/plays/506501/?format=api",
    "airdate": "2002-01-13T03:18:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313W8CGSBWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313W8CGSBWL._SL75_.jpg",
    "song": "Come Reassure Me",
    "track_id": "135242f7-bd6d-4491-a427-59f816ed9940",
    "recording_id": null,
    "artist": "Breathless",
    "artist_ids": [
        "1d47143d-25e7-4dc8-bc9a-5696248a8341"
    ],
    "album": "Blue Moon",
    "release_id": "fe4179fc-bbe2-42d5-9bb1-d51bdc73003d",
    "release_group_id": null,
    "labels": [
        "Tenor-Vossa"
    ],
    "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"
}