Information about plays

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

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

{
    "id": 516238,
    "uri": "https://api.kexp.org/v2/plays/516238/?format=api",
    "airdate": "2002-02-10T10:36:00-08:00",
    "show": 8905,
    "show_uri": "https://api.kexp.org/v2/shows/8905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dkRtNvq1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dkRtNvq1L._SL75_.jpg",
    "song": "Count the Days",
    "track_id": "69cbc6a5-0efe-4fdc-9aad-af6ee47da6a8",
    "recording_id": null,
    "artist": "Marcia Ball",
    "artist_ids": [
        "475eabb3-1ccd-4fda-944e-4dd6ca1d9e99"
    ],
    "album": "Presumed Innocent",
    "release_id": "bad570c2-42c6-4e9f-a944-6d415f2c0c3d",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "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"
}