Information about plays

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

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

{
    "id": 452928,
    "uri": "https://api.kexp.org/v2/plays/452928/?format=api",
    "airdate": "2001-08-06T23:51:25-07:00",
    "show": 7664,
    "show_uri": "https://api.kexp.org/v2/shows/7664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rpjlam2FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rpjlam2FL._SL75_.jpg",
    "song": "Adapted",
    "track_id": "5907008c-6769-4f21-bdd5-641f8ccc6b22",
    "recording_id": null,
    "artist": "Harriet Tubman",
    "artist_ids": [
        "a6bc7b98-d274-49fb-9218-a80dd9b02872"
    ],
    "album": "I Am a Man",
    "release_id": "7d4d1b46-a58d-4dcd-850c-f7c6b8ec6544",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "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"
}