Information about plays

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

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

{
    "id": 531798,
    "uri": "https://api.kexp.org/v2/plays/531798/?format=api",
    "airdate": "2002-03-27T16:20:48-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tmUspqrbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tmUspqrbL._SL75_.jpg",
    "song": "Soul 1",
    "track_id": "f724b0e1-28e9-45c3-b4d1-a78f83cb8545",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "The Singles",
    "release_id": "092c9719-78b0-46a3-bc31-42972e517c3c",
    "release_group_id": null,
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}