Information about plays

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

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

{
    "id": 1360612,
    "uri": "https://api.kexp.org/v2/plays/1360612/?format=api",
    "airdate": "2008-04-10T19:15:32-07:00",
    "show": 23759,
    "show_uri": "https://api.kexp.org/v2/shows/23759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weathered Grey Stone",
    "track_id": "871a40d0-539e-4433-9b6f-0759009627ce",
    "recording_id": null,
    "artist": "Longview",
    "artist_ids": [
        "e547bd54-6108-488e-b5b8-27590ba6500e"
    ],
    "album": "Deep In The Mountains",
    "release_id": "f9e66db8-d3ad-403f-9a8e-8dca662f849d",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}