Information about plays

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

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

{
    "id": 506865,
    "uri": "https://api.kexp.org/v2/plays/506865/?format=api",
    "airdate": "2002-01-14T06:49:00-08:00",
    "show": 8724,
    "show_uri": "https://api.kexp.org/v2/shows/8724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyone Thinks He Looks Daft!",
    "track_id": "af431a47-3088-4920-b23f-08ee12711de7",
    "recording_id": null,
    "artist": "The Weddning Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "George Best",
    "release_id": "8f1cf394-b4d5-460b-add2-ca696984243a",
    "release_group_id": null,
    "labels": [
        "Reception Records"
    ],
    "label_ids": [
        "297ebe32-0950-4e2a-8d9b-e24a8ee35a99"
    ],
    "release_date": "1987-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}