Information about plays

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

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

{
    "id": 1287637,
    "uri": "https://api.kexp.org/v2/plays/1287637/?format=api",
    "airdate": "2007-10-06T10:18:00-07:00",
    "show": 22529,
    "show_uri": "https://api.kexp.org/v2/shows/22529/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HMi-Vi0lL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HMi-Vi0lL._SL75_.jpg",
    "song": "Lord Watch Over Our Shoulders",
    "track_id": "d1a5e5e6-3838-43ea-aab3-240457f0e872",
    "recording_id": null,
    "artist": "Garnett Silk",
    "artist_ids": [
        "34cc8d95-6aff-4ef7-b1f5-faad7f630504"
    ],
    "album": "Lord Watch Over Our Shoulders",
    "release_id": "2a2dd4f3-2fd6-422d-8fd9-cdd9f4dd4786",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "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"
}