Information about plays

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

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

{
    "id": 532882,
    "uri": "https://api.kexp.org/v2/plays/532882/?format=api",
    "airdate": "2002-03-30T11:41:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BIbu5VEfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BIbu5VEfL._SL75_.jpg",
    "song": "Jamaican Calley",
    "track_id": null,
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [
        "c60178ab-c3d9-4f9d-ac56-4bf2eb93feed"
    ],
    "album": "I Love Marijuana",
    "release_id": "c78de821-48b2-493c-9cbd-35dfa53a245b",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}