Information about plays

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

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

{
    "id": 429262,
    "uri": "https://api.kexp.org/v2/plays/429262/?format=api",
    "airdate": "2001-05-29T12:56:15-07:00",
    "show": 7214,
    "show_uri": "https://api.kexp.org/v2/shows/7214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510EN71Q88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510EN71Q88L._SL75_.jpg",
    "song": "Work",
    "track_id": "8b5aa95d-87bd-422e-b277-70859a943d22",
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": "a164b1b6-00dc-4722-be0d-62601accb796",
    "release_group_id": null,
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}