Information about plays

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

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

{
    "id": 502107,
    "uri": "https://api.kexp.org/v2/plays/502107/?format=api",
    "airdate": "2001-12-30T23:36:00-08:00",
    "show": 8628,
    "show_uri": "https://api.kexp.org/v2/shows/8628/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315ZEG1D9CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315ZEG1D9CL._SL75_.jpg",
    "song": "Dr. Yes",
    "track_id": "8855e9ff-72c0-4b9c-8c79-faccbb551e7b",
    "recording_id": null,
    "artist": "Sex Mob",
    "artist_ids": [
        "dc533bf0-7084-40c7-adf3-cb3db1b21b9f"
    ],
    "album": "Sex Mob Does Bond",
    "release_id": "19a8a3c9-6277-48a5-9e16-5daf50d764eb",
    "release_group_id": null,
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}