Information about plays

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

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

{
    "id": 1378901,
    "uri": "https://api.kexp.org/v2/plays/1378901/?format=api",
    "airdate": "2008-05-26T19:53:09-07:00",
    "show": 24066,
    "show_uri": "https://api.kexp.org/v2/shows/24066/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RKQ0NFCRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RKQ0NFCRL._SL75_.jpg",
    "song": "Biduman",
    "track_id": "eb24595e-d999-45e2-b669-22ebf61570dd",
    "recording_id": null,
    "artist": "Sekou Bembeya Diabate",
    "artist_ids": [
        "3f029b8a-7c3f-45e7-a7b6-90898c23aba8"
    ],
    "album": "Guitar Fo",
    "release_id": "c546319d-1d10-4412-80f1-e2fc9620d2b7",
    "release_group_id": null,
    "labels": [
        "Marabi(France)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}